pub enum SSIW {
SLAVESELECTED,
SLAVENOTSELECTED,
}
Expand description
Values that can be written to the field SSI
Variants§
SLAVESELECTED
0 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
SLAVENOTSELECTED
1 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Auto Trait Implementations§
impl Freeze for SSIW
impl RefUnwindSafe for SSIW
impl Send for SSIW
impl Sync for SSIW
impl Unpin for SSIW
impl UnwindSafe for SSIW
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