Enum Cpol
pub enum Cpol {
_0 = 0,
_1 = 1,
}Expand description
Clock Polarity
Value on reset: 0
Variants§
_0 = 0
0: The inactive state value of SCK is low.
_1 = 1
1: The inactive state value of SCK is high.
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