embassy-stm32

Crates

git

Versions

stm32h562ag

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Trait embassy_stm32::i2c::RxDma

source ยท
pub trait RxDma<T: Instance>: Channel {
    // Required method
    fn request(&self) -> Request;
}
Expand description

RxDma DMA request trait

Required Methodsยง

source

fn request(&self) -> Request

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.

Object Safetyยง

This trait is not object safe.

Implementorsยง

sourceยง

impl RxDma<I2C1> for GPDMA1_CH0

sourceยง

impl RxDma<I2C1> for GPDMA1_CH1

sourceยง

impl RxDma<I2C1> for GPDMA1_CH2

sourceยง

impl RxDma<I2C1> for GPDMA1_CH3

sourceยง

impl RxDma<I2C1> for GPDMA1_CH4

sourceยง

impl RxDma<I2C1> for GPDMA1_CH5

sourceยง

impl RxDma<I2C1> for GPDMA1_CH6

sourceยง

impl RxDma<I2C1> for GPDMA1_CH7

sourceยง

impl RxDma<I2C1> for GPDMA2_CH0

sourceยง

impl RxDma<I2C1> for GPDMA2_CH1

sourceยง

impl RxDma<I2C1> for GPDMA2_CH2

sourceยง

impl RxDma<I2C1> for GPDMA2_CH3

sourceยง

impl RxDma<I2C1> for GPDMA2_CH4

sourceยง

impl RxDma<I2C1> for GPDMA2_CH5

sourceยง

impl RxDma<I2C1> for GPDMA2_CH6

sourceยง

impl RxDma<I2C1> for GPDMA2_CH7

sourceยง

impl RxDma<I2C2> for GPDMA1_CH0

sourceยง

impl RxDma<I2C2> for GPDMA1_CH1

sourceยง

impl RxDma<I2C2> for GPDMA1_CH2

sourceยง

impl RxDma<I2C2> for GPDMA1_CH3

sourceยง

impl RxDma<I2C2> for GPDMA1_CH4

sourceยง

impl RxDma<I2C2> for GPDMA1_CH5

sourceยง

impl RxDma<I2C2> for GPDMA1_CH6

sourceยง

impl RxDma<I2C2> for GPDMA1_CH7

sourceยง

impl RxDma<I2C2> for GPDMA2_CH0

sourceยง

impl RxDma<I2C2> for GPDMA2_CH1

sourceยง

impl RxDma<I2C2> for GPDMA2_CH2

sourceยง

impl RxDma<I2C2> for GPDMA2_CH3

sourceยง

impl RxDma<I2C2> for GPDMA2_CH4

sourceยง

impl RxDma<I2C2> for GPDMA2_CH5

sourceยง

impl RxDma<I2C2> for GPDMA2_CH6

sourceยง

impl RxDma<I2C2> for GPDMA2_CH7

sourceยง

impl RxDma<I2C3> for GPDMA1_CH0

sourceยง

impl RxDma<I2C3> for GPDMA1_CH1

sourceยง

impl RxDma<I2C3> for GPDMA1_CH2

sourceยง

impl RxDma<I2C3> for GPDMA1_CH3

sourceยง

impl RxDma<I2C3> for GPDMA1_CH4

sourceยง

impl RxDma<I2C3> for GPDMA1_CH5

sourceยง

impl RxDma<I2C3> for GPDMA1_CH6

sourceยง

impl RxDma<I2C3> for GPDMA1_CH7

sourceยง

impl RxDma<I2C3> for GPDMA2_CH0

sourceยง

impl RxDma<I2C3> for GPDMA2_CH1

sourceยง

impl RxDma<I2C3> for GPDMA2_CH2

sourceยง

impl RxDma<I2C3> for GPDMA2_CH3

sourceยง

impl RxDma<I2C3> for GPDMA2_CH4

sourceยง

impl RxDma<I2C3> for GPDMA2_CH5

sourceยง

impl RxDma<I2C3> for GPDMA2_CH6

sourceยง

impl RxDma<I2C3> for GPDMA2_CH7

sourceยง

impl RxDma<I2C4> for GPDMA1_CH0

sourceยง

impl RxDma<I2C4> for GPDMA1_CH1

sourceยง

impl RxDma<I2C4> for GPDMA1_CH2

sourceยง

impl RxDma<I2C4> for GPDMA1_CH3

sourceยง

impl RxDma<I2C4> for GPDMA1_CH4

sourceยง

impl RxDma<I2C4> for GPDMA1_CH5

sourceยง

impl RxDma<I2C4> for GPDMA1_CH6

sourceยง

impl RxDma<I2C4> for GPDMA1_CH7

sourceยง

impl RxDma<I2C4> for GPDMA2_CH0

sourceยง

impl RxDma<I2C4> for GPDMA2_CH1

sourceยง

impl RxDma<I2C4> for GPDMA2_CH2

sourceยง

impl RxDma<I2C4> for GPDMA2_CH3

sourceยง

impl RxDma<I2C4> for GPDMA2_CH4

sourceยง

impl RxDma<I2C4> for GPDMA2_CH5

sourceยง

impl RxDma<I2C4> for GPDMA2_CH6

sourceยง

impl RxDma<I2C4> for GPDMA2_CH7