pub enum SSI {
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
impl Eq for SSI
impl StructuralPartialEq for SSI
Auto Trait Implementations§
impl Freeze for SSI
impl RefUnwindSafe for SSI
impl Send for SSI
impl Sync for SSI
impl Unpin for SSI
impl UnwindSafe for SSI
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