Enum nucleo_h7xx::pac::lptim3::cfgr::TRIGSEL_A[]

#[repr(u8)]pub enum TRIGSEL_A {
    TRIG0,
    TRIG1,
    TRIG2,
    TRIG3,
    TRIG4,
    TRIG5,
    TRIG6,
    TRIG7,
}

Trigger selector

Value on reset: 0

Variants

TRIG0

0: lptim_ext_trig0

TRIG1

1: lptim_ext_trig1

TRIG2

2: lptim_ext_trig2

TRIG3

3: lptim_ext_trig3

TRIG4

4: lptim_ext_trig4

TRIG5

5: lptim_ext_trig5

TRIG6

6: lptim_ext_trig6

TRIG7

7: lptim_ext_trig7

Trait Implementations

impl Clone for TRIGSEL_A

impl Copy for TRIGSEL_A

impl Debug for TRIGSEL_A

impl PartialEq<TRIGSEL_A> for TRIGSEL_A

impl StructuralPartialEq for TRIGSEL_A

Auto Trait Implementations

impl Send for TRIGSEL_A

impl Sync for TRIGSEL_A

impl Unpin for TRIGSEL_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.