Enum stm32wlxx_hal::pac::lptim2::cfgr::TRIGEN_A
#[repr(u8)]pub enum TRIGEN_A {
Sw = 0,
RisingEdge = 1,
FallingEdge = 2,
BothEdges = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TRIGEN
Value on reset: 0
Variants§
Sw = 0
0: Software trigger (counting start is initiated by software)
RisingEdge = 1
1: Rising edge is the active edge
FallingEdge = 2
2: Falling edge is the active edge
BothEdges = 3
3: Both edges are active edges
Trait Implementations§
impl Copy for TRIGEN_A
impl StructuralPartialEq for TRIGEN_A
Auto Trait Implementations§
impl RefUnwindSafe for TRIGEN_A
impl Send for TRIGEN_A
impl Sync for TRIGEN_A
impl Unpin for TRIGEN_A
impl UnwindSafe for TRIGEN_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