Enum stm32wlxx_hal::pac::lptim2::cfgr::CKFLT_A
#[repr(u8)]pub enum CKFLT_A {
Immediate = 0,
Clocks2 = 1,
Clocks4 = 2,
Clocks8 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CKFLT
Value on reset: 0
Variants§
Immediate = 0
0: Any external clock signal level change is considered as a valid transition
Clocks2 = 1
1: External clock signal level change must be stable for at least 2 clock periods before it is considered as valid transition
Clocks4 = 2
2: External clock signal level change must be stable for at least 4 clock periods before it is considered as valid transition
Clocks8 = 3
3: External clock signal level change must be stable for at least 8 clock periods before it is considered as valid transition
Trait Implementations§
impl Copy for CKFLT_A
impl StructuralPartialEq for CKFLT_A
Auto Trait Implementations§
impl RefUnwindSafe for CKFLT_A
impl Send for CKFLT_A
impl Sync for CKFLT_A
impl Unpin for CKFLT_A
impl UnwindSafe for CKFLT_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