pub enum SSI {
SlaveSelected = 0,
SlaveNotSelected = 1,
}Expand description
internal SS signal input level This bit has an effect only when the SSM bit is set. The value of this bit is forced onto the peripheral SS input internally and the I/O value of the SS pin is ignored.
Value on reset: 0
Variants§
SlaveSelected = 0
0: 0 is forced onto the SS signal and the I/O value of the SS pin is ignored
SlaveNotSelected = 1
1: 1 is forced onto the SS signal and the I/O value of the SS 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