pub enum DIS_NSS {
Disabled = 0,
Enabled = 1,
}
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
impl Eq for DIS_NSS
impl StructuralPartialEq for DIS_NSS
Auto Trait Implementations§
impl Freeze for DIS_NSS
impl RefUnwindSafe for DIS_NSS
impl Send for DIS_NSS
impl Sync for DIS_NSS
impl Unpin for DIS_NSS
impl UnwindSafe for DIS_NSS
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