pub enum CKPOL {
IdleLow = 0,
IdleHigh = 1,
}Expand description
Steady state clock polarity
Value on reset: 0
Variants§
IdleLow = 0
0: I2S clock inactive state is low level
IdleHigh = 1
1: I2S clock inactive state is high level
Trait Implementations§
impl Copy for CKPOL
impl Eq for CKPOL
impl StructuralPartialEq for CKPOL
Auto Trait Implementations§
impl Freeze for CKPOL
impl RefUnwindSafe for CKPOL
impl Send for CKPOL
impl Sync for CKPOL
impl Unpin for CKPOL
impl UnwindSafe for CKPOL
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