pub enum SSI {
SlaveSelected = 0,
SlaveNotSelected = 1,
}
Expand description
Internal slave select
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