pub enum SSIOP {
ActiveLow = 0,
ActiveHigh = 1,
}Expand description
SS input/output polarity
Value on reset: 0
Variants§
ActiveLow = 0
0: Low level is active for SS signal
ActiveHigh = 1
1: High level is active for SS signal
Trait Implementations§
impl Copy for SSIOP
impl Eq for SSIOP
impl StructuralPartialEq for SSIOP
Auto Trait Implementations§
impl Freeze for SSIOP
impl RefUnwindSafe for SSIOP
impl Send for SSIOP
impl Sync for SSIOP
impl Unpin for SSIOP
impl UnwindSafe for SSIOP
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