[][src]Enum stm32h7::stm32h743::lptim3::cfgr::TRIGSELW

pub enum TRIGSELW {
    TRIG0,
    TRIG1,
    TRIG2,
    TRIG3,
    TRIG4,
    TRIG5,
    TRIG6,
    TRIG7,
}

Values that can be written to the field TRIGSEL

Variants

TRIG0

lptim_ext_trig0

TRIG1

lptim_ext_trig1

TRIG2

lptim_ext_trig2

TRIG3

lptim_ext_trig3

TRIG4

lptim_ext_trig4

TRIG5

lptim_ext_trig5

TRIG6

lptim_ext_trig6

TRIG7

lptim_ext_trig7

Trait Implementations

impl Debug for TRIGSELW[src]

impl PartialEq<TRIGSELW> for TRIGSELW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for TRIGSELW[src]

impl Clone for TRIGSELW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for TRIGSELW

impl Send for TRIGSELW

impl Sync for TRIGSELW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self