Enum stm32wlxx_hal::pac::lptim3::cfgr::TRIGSEL_A
#[repr(u8)]pub enum TRIGSEL_A {
Trig0 = 0,
Trig1 = 1,
Trig2 = 2,
Trig3 = 3,
Trig4 = 4,
Trig5 = 5,
Trig6 = 6,
Trig7 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TRIGSEL
Value on reset: 0
Variants§
Trig0 = 0
0: lptim_ext_trig0
Trig1 = 1
1: lptim_ext_trig1
Trig2 = 2
2: lptim_ext_trig2
Trig3 = 3
3: lptim_ext_trig3
Trig4 = 4
4: lptim_ext_trig4
Trig5 = 5
5: lptim_ext_trig5
Trig6 = 6
6: lptim_ext_trig6
Trig7 = 7
7: lptim_ext_trig7
Trait Implementations§
impl Copy for TRIGSEL_A
impl StructuralPartialEq for TRIGSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for TRIGSEL_A
impl Send for TRIGSEL_A
impl Sync for TRIGSEL_A
impl Unpin for TRIGSEL_A
impl UnwindSafe for TRIGSEL_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