[][src]Enum stm32h7::stm32h743::dmamux2::ccr::DMAREQ_IDR

pub enum DMAREQ_IDR {
    NONE,
    DMAMUX2_REQ_GEN0,
    DMAMUX2_REQ_GEN1,
    DMAMUX2_REQ_GEN2,
    DMAMUX2_REQ_GEN3,
    DMAMUX2_REQ_GEN4,
    DMAMUX2_REQ_GEN5,
    DMAMUX2_REQ_GEN6,
    DMAMUX2_REQ_GEN7,
    LPUART1_RX_DMA,
    LPUART1_TX_DMA,
    SPI6_RX_DMA,
    SPI6_TX_DMA,
    I2C4_RX_DMA,
    I2C4_TX_DMA,
    SAI4_A_DMA,
    SAI4_B_DMA,
    ADC3_DMA,
    _Reserved(u8),
}

Possible values of the field DMAREQ_ID

Variants

NONE

No signal selected as request input

DMAMUX2_REQ_GEN0

Signal dmamux2_req_gen0 selected as request input

DMAMUX2_REQ_GEN1

Signal dmamux2_req_gen1 selected as request input

DMAMUX2_REQ_GEN2

Signal dmamux2_req_gen2 selected as request input

DMAMUX2_REQ_GEN3

Signal dmamux2_req_gen3 selected as request input

DMAMUX2_REQ_GEN4

Signal dmamux2_req_gen4 selected as request input

DMAMUX2_REQ_GEN5

Signal dmamux2_req_gen5 selected as request input

DMAMUX2_REQ_GEN6

Signal dmamux2_req_gen6 selected as request input

DMAMUX2_REQ_GEN7

Signal dmamux2_req_gen7 selected as request input

LPUART1_RX_DMA

Signal lpuart1_rx_dma selected as request input

LPUART1_TX_DMA

Signal lpuart1_tx_dma selected as request input

SPI6_RX_DMA

Signal spi6_rx_dma selected as request input

SPI6_TX_DMA

Signal spi6_tx_dma selected as request input

I2C4_RX_DMA

Signal i2c4_rx_dma selected as request input

I2C4_TX_DMA

Signal i2c4_tx_dma selected as request input

SAI4_A_DMA

Signal sai4_a_dma selected as request input

SAI4_B_DMA

Signal sai4_b_dma selected as request input

ADC3_DMA

Signal adc3_dma selected as request input

_Reserved(u8)

Reserved

Methods

impl DMAREQ_IDR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is NONE

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

Checks if the value of the field is DMAMUX2_REQ_GEN0

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

Checks if the value of the field is DMAMUX2_REQ_GEN1

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

Checks if the value of the field is DMAMUX2_REQ_GEN2

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

Checks if the value of the field is DMAMUX2_REQ_GEN3

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

Checks if the value of the field is DMAMUX2_REQ_GEN4

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

Checks if the value of the field is DMAMUX2_REQ_GEN5

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

Checks if the value of the field is DMAMUX2_REQ_GEN6

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

Checks if the value of the field is DMAMUX2_REQ_GEN7

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

Checks if the value of the field is LPUART1_RX_DMA

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

Checks if the value of the field is LPUART1_TX_DMA

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

Checks if the value of the field is SPI6_RX_DMA

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

Checks if the value of the field is SPI6_TX_DMA

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

Checks if the value of the field is I2C4_RX_DMA

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

Checks if the value of the field is I2C4_TX_DMA

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

Checks if the value of the field is SAI4_A_DMA

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

Checks if the value of the field is SAI4_B_DMA

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

Checks if the value of the field is ADC3_DMA

Trait Implementations

impl Debug for DMAREQ_IDR[src]

impl PartialEq<DMAREQ_IDR> for DMAREQ_IDR[src]

impl Copy for DMAREQ_IDR[src]

impl Clone for DMAREQ_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 DMAREQ_IDR

impl Sync for DMAREQ_IDR

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