Enum stm32wlxx_hal::lptim::TrgSel3
source · #[repr(u8)]pub enum TrgSel3 {
LpTim1 = 1,
LpTim2 = 2,
}
Expand description
LPTIM3 trigger selection.
Variants§
Trait Implementations§
source§impl PartialEq for TrgSel3
impl PartialEq for TrgSel3
impl Copy for TrgSel3
impl Eq for TrgSel3
impl StructuralEq for TrgSel3
impl StructuralPartialEq for TrgSel3
Auto Trait Implementations§
impl RefUnwindSafe for TrgSel3
impl Send for TrgSel3
impl Sync for TrgSel3
impl Unpin for TrgSel3
impl UnwindSafe for TrgSel3
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