pub enum SSI_A {
SlaveSelected = 0,
SlaveNotSelected = 1,
}
Expand description
Internal slave select This bit has an effect only when the SSM bit is set. The value of this bit is forced onto the NSS pin and the I/O value of the NSS pin is ignored. Note: This bit is not used in I2S mode and SPI TI mode.
Value on reset: 0
Variants§
SlaveSelected = 0
0: 0 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
SlaveNotSelected = 1
1: 1 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Trait Implementations§
impl Copy for SSI_A
impl StructuralPartialEq for SSI_A
Auto Trait Implementations§
impl Freeze for SSI_A
impl RefUnwindSafe for SSI_A
impl Send for SSI_A
impl Sync for SSI_A
impl Unpin for SSI_A
impl UnwindSafe for SSI_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