Enum stm32wlxx_hal::pac::spi1::i2scfgr::CKPOL_A
pub enum CKPOL_A {
IdleLow = 0,
IdleHigh = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CKPOL
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_A
impl StructuralPartialEq for CKPOL_A
Auto Trait Implementations§
impl RefUnwindSafe for CKPOL_A
impl Send for CKPOL_A
impl Sync for CKPOL_A
impl Unpin for CKPOL_A
impl UnwindSafe for CKPOL_A
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