Enum stm32wlxx_hal::pac::pwr::cr1::SUBGHZSPINSSSEL_A
pub enum SUBGHZSPINSSSEL_A {
Subghzspicr = 0,
Lptim3 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
sub-GHz SPI NSS source select
Value on reset: 0
Variants§
Subghzspicr = 0
0: sub-GHz SPI NSS signal driven from PWR_SUBGHZSPICR.NSS (RFBUSYMS functionality enabled)
Lptim3 = 1
1: sub-GHz SPI NSS signal driven from LPTIM3_OUT (RFBUSYMS functionality disabled)
Trait Implementations§
§impl Clone for SUBGHZSPINSSSEL_A
impl Clone for SUBGHZSPINSSSEL_A
§fn clone(&self) -> SUBGHZSPINSSSEL_A
fn clone(&self) -> SUBGHZSPINSSSEL_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SUBGHZSPINSSSEL_A
impl Debug for SUBGHZSPINSSSEL_A
§impl PartialEq for SUBGHZSPINSSSEL_A
impl PartialEq for SUBGHZSPINSSSEL_A
§fn eq(&self, other: &SUBGHZSPINSSSEL_A) -> bool
fn eq(&self, other: &SUBGHZSPINSSSEL_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SUBGHZSPINSSSEL_A
impl StructuralPartialEq for SUBGHZSPINSSSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for SUBGHZSPINSSSEL_A
impl Send for SUBGHZSPINSSSEL_A
impl Sync for SUBGHZSPINSSSEL_A
impl Unpin for SUBGHZSPINSSSEL_A
impl UnwindSafe for SUBGHZSPINSSSEL_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more