Enum stm32wlxx_hal::lptim::TrgSel
source · #[repr(u8)]pub enum TrgSel {
RtcAlarmA = 1,
RtcAlarmB = 2,
Tamp1 = 3,
Tamp2 = 4,
Tamp3 = 5,
Comp1 = 6,
Comp2 = 7,
}
Expand description
LPTIM1 and LPTIM2 trigger selection.
Variants§
RtcAlarmA = 1
RTC alarm A.
RtcAlarmB = 2
RTC alarm B.
Tamp1 = 3
TAMP1 input detection.
Tamp2 = 4
TAMP2 input detection.
Tamp3 = 5
TAMP3 input detection.
Comp1 = 6
COMP1_OUT.
Comp2 = 7
COMP2_OUT.
Trait Implementations§
source§impl PartialEq for TrgSel
impl PartialEq for TrgSel
impl Copy for TrgSel
impl Eq for TrgSel
impl StructuralEq for TrgSel
impl StructuralPartialEq for TrgSel
Auto Trait Implementations§
impl RefUnwindSafe for TrgSel
impl Send for TrgSel
impl Sync for TrgSel
impl Unpin for TrgSel
impl UnwindSafe for TrgSel
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