pub enum SSM {
Disabled = 0,
Enabled = 1,
}
Expand description
Software slave management When the SSM bit is set, the NSS pin input is replaced with the value from the SSI bit. Note: This bit is not used in I2S mode and SPI TI mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SSM
impl Eq for SSM
impl StructuralPartialEq for SSM
Auto Trait Implementations§
impl Freeze for SSM
impl RefUnwindSafe for SSM
impl Send for SSM
impl Sync for SSM
impl Unpin for SSM
impl UnwindSafe for SSM
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