pub enum CPOL_A {
IDLE_LOW,
IDLE_HIGH,
}
Expand description
Clock Polarity
Value on reset: 0
Variants
IDLE_LOW
0: SCK is low when idle
IDLE_HIGH
1: SCK is high when idle
Trait Implementations
impl Copy for CPOL_A
impl StructuralPartialEq for CPOL_A
Auto Trait Implementations
impl RefUnwindSafe for CPOL_A
impl Send for CPOL_A
impl Sync for CPOL_A
impl Unpin for CPOL_A
impl UnwindSafe for CPOL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more