pub enum CPOL {
IdleLow = 0,
IdleHigh = 1,
}
Expand description
Clock polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CPOL
impl Eq for CPOL
impl StructuralPartialEq for CPOL
Auto Trait Implementations§
impl Freeze for CPOL
impl RefUnwindSafe for CPOL
impl Send for CPOL
impl Sync for CPOL
impl Unpin for CPOL
impl UnwindSafe for CPOL
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