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