Enum stm32wlxx_hal::pac::usart1::cr2::DIS_NSS_A
pub enum DIS_NSS_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DIS_NSS
Value on reset: 0
Variants§
Disabled = 0
0: SPI slave selection depends on NSS input pin
Enabled = 1
1: SPI slave is always selected and NSS input pin is ignored
Trait Implementations§
impl Copy for DIS_NSS_A
impl StructuralPartialEq for DIS_NSS_A
Auto Trait Implementations§
impl RefUnwindSafe for DIS_NSS_A
impl Send for DIS_NSS_A
impl Sync for DIS_NSS_A
impl Unpin for DIS_NSS_A
impl UnwindSafe for DIS_NSS_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