[][src]Enum stm32h7::stm32h743v::dmamux2::ccr::SYNC_IDR

pub enum SYNC_IDR {
    DMAMUX2_EVT0,
    DMAMUX2_EVT1,
    DMAMUX2_EVT2,
    DMAMUX2_EVT3,
    DMAMUX2_EVT4,
    DMAMUX2_EVT5,
    LPUART1_RX_WKUP,
    LPUART1_TX_WKUP,
    LPTIM2_OUT,
    LPTIM3_OUT,
    I2C4_WKUP,
    SPI6_WKUP,
    COMP1_OUT,
    RTC_WKUP,
    SYSCFG_EXTI0_MUX,
    SYSCFG_EXTI2_MUX,
    _Reserved(u8),
}

Possible values of the field SYNC_ID

Variants

DMAMUX2_EVT0

Signal dmamux2_evt0 selected as synchronization input

DMAMUX2_EVT1

Signal dmamux2_evt1 selected as synchronization input

DMAMUX2_EVT2

Signal dmamux2_evt2 selected as synchronization input

DMAMUX2_EVT3

Signal dmamux2_evt3 selected as synchronization input

DMAMUX2_EVT4

Signal dmamux2_evt4 selected as synchronization input

DMAMUX2_EVT5

Signal dmamux2_evt5 selected as synchronization input

LPUART1_RX_WKUP

Signal lpuart1_rx_wkup selected as synchronization input

LPUART1_TX_WKUP

Signal lpuart1_tx_wkup selected as synchronization input

LPTIM2_OUT

Signal lptim2_out selected as synchronization input

LPTIM3_OUT

Signal lptim3_out selected as synchronization input

I2C4_WKUP

Signal i2c4_wkup selected as synchronization input

SPI6_WKUP

Signal spi6_wkup selected as synchronization input

COMP1_OUT

Signal comp1_out selected as synchronization input

RTC_WKUP

Signal rtc_wkup selected as synchronization input

SYSCFG_EXTI0_MUX

Signal syscfg_exti0_mux selected as synchronization input

SYSCFG_EXTI2_MUX

Signal syscfg_exti2_mux selected as synchronization input

_Reserved(u8)

Reserved

Methods

impl SYNC_IDR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is DMAMUX2_EVT0

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

Checks if the value of the field is DMAMUX2_EVT1

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

Checks if the value of the field is DMAMUX2_EVT2

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

Checks if the value of the field is DMAMUX2_EVT3

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

Checks if the value of the field is DMAMUX2_EVT4

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

Checks if the value of the field is DMAMUX2_EVT5

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

Checks if the value of the field is LPUART1_RX_WKUP

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

Checks if the value of the field is LPUART1_TX_WKUP

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_i2c4_wkup(&self) -> bool[src]

Checks if the value of the field is I2C4_WKUP

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

Checks if the value of the field is SPI6_WKUP

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

Checks if the value of the field is COMP1_OUT

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

Checks if the value of the field is RTC_WKUP

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

Checks if the value of the field is SYSCFG_EXTI0_MUX

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

Checks if the value of the field is SYSCFG_EXTI2_MUX

Trait Implementations

impl Debug for SYNC_IDR[src]

impl PartialEq<SYNC_IDR> for SYNC_IDR[src]

impl Copy for SYNC_IDR[src]

impl Clone for SYNC_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 SYNC_IDR

impl Sync for SYNC_IDR

impl Send for SYNC_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