[][src]Enum stm32h7::stm32h743v::dmamux1::rgcr::SIG_IDR

pub enum SIG_IDR {
    DMAMUX1_EVT0,
    DMAMUX1_EVT1,
    DMAMUX1_EVT2,
    LPTIM1_OUT,
    LPTIM2_OUT,
    LPTIM3_OUT,
    EXTIT0,
    TIM12_TRGO,
    _Reserved(u8),
}

Possible values of the field SIG_ID

Variants

DMAMUX1_EVT0

Signal dmamux1_evt0 selected as trigger input

DMAMUX1_EVT1

Signal dmamux1_evt1 selected as trigger input

DMAMUX1_EVT2

Signal dmamux1_evt2 selected as trigger input

LPTIM1_OUT

Signal lptim1_out selected as trigger input

LPTIM2_OUT

Signal lptim2_out selected as trigger input

LPTIM3_OUT

Signal lptim3_out selected as trigger input

EXTIT0

Signal extit0 selected as trigger input

TIM12_TRGO

Signal tim12_trgo selected as trigger input

_Reserved(u8)

Reserved

Methods

impl SIG_IDR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_dmamux1_evt0(&self) -> bool[src]

Checks if the value of the field is DMAMUX1_EVT0

pub fn is_dmamux1_evt1(&self) -> bool[src]

Checks if the value of the field is DMAMUX1_EVT1

pub fn is_dmamux1_evt2(&self) -> bool[src]

Checks if the value of the field is DMAMUX1_EVT2

pub fn is_lptim1_out(&self) -> bool[src]

Checks if the value of the field is LPTIM1_OUT

pub fn is_lptim2_out(&self) -> bool[src]

Checks if the value of the field is LPTIM2_OUT

pub fn is_lptim3_out(&self) -> bool[src]

Checks if the value of the field is LPTIM3_OUT

pub fn is_extit0(&self) -> bool[src]

Checks if the value of the field is EXTIT0

pub fn is_tim12_trgo(&self) -> bool[src]

Checks if the value of the field is TIM12_TRGO

Trait Implementations

impl Debug for SIG_IDR[src]

impl PartialEq<SIG_IDR> for SIG_IDR[src]

impl Copy for SIG_IDR[src]

impl Clone for SIG_IDR[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 SIG_IDR

impl Sync for SIG_IDR

impl Send for SIG_IDR

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