embassy-stm32

Crates

git

Versions

stm32g484pe

Flavors

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

Trait embassy_stm32::adc::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<ADC1> for DMA1_CH1

sourceยง

impl RxDma<ADC1> for DMA1_CH2

sourceยง

impl RxDma<ADC1> for DMA1_CH3

sourceยง

impl RxDma<ADC1> for DMA1_CH4

sourceยง

impl RxDma<ADC1> for DMA1_CH5

sourceยง

impl RxDma<ADC1> for DMA1_CH6

sourceยง

impl RxDma<ADC1> for DMA1_CH7

sourceยง

impl RxDma<ADC1> for DMA1_CH8

sourceยง

impl RxDma<ADC1> for DMA2_CH1

sourceยง

impl RxDma<ADC1> for DMA2_CH2

sourceยง

impl RxDma<ADC1> for DMA2_CH3

sourceยง

impl RxDma<ADC1> for DMA2_CH4

sourceยง

impl RxDma<ADC1> for DMA2_CH5

sourceยง

impl RxDma<ADC1> for DMA2_CH6

sourceยง

impl RxDma<ADC1> for DMA2_CH7

sourceยง

impl RxDma<ADC1> for DMA2_CH8

sourceยง

impl RxDma<ADC2> for DMA1_CH1

sourceยง

impl RxDma<ADC2> for DMA1_CH2

sourceยง

impl RxDma<ADC2> for DMA1_CH3

sourceยง

impl RxDma<ADC2> for DMA1_CH4

sourceยง

impl RxDma<ADC2> for DMA1_CH5

sourceยง

impl RxDma<ADC2> for DMA1_CH6

sourceยง

impl RxDma<ADC2> for DMA1_CH7

sourceยง

impl RxDma<ADC2> for DMA1_CH8

sourceยง

impl RxDma<ADC2> for DMA2_CH1

sourceยง

impl RxDma<ADC2> for DMA2_CH2

sourceยง

impl RxDma<ADC2> for DMA2_CH3

sourceยง

impl RxDma<ADC2> for DMA2_CH4

sourceยง

impl RxDma<ADC2> for DMA2_CH5

sourceยง

impl RxDma<ADC2> for DMA2_CH6

sourceยง

impl RxDma<ADC2> for DMA2_CH7

sourceยง

impl RxDma<ADC2> for DMA2_CH8

sourceยง

impl RxDma<ADC3> for DMA1_CH1

sourceยง

impl RxDma<ADC3> for DMA1_CH2

sourceยง

impl RxDma<ADC3> for DMA1_CH3

sourceยง

impl RxDma<ADC3> for DMA1_CH4

sourceยง

impl RxDma<ADC3> for DMA1_CH5

sourceยง

impl RxDma<ADC3> for DMA1_CH6

sourceยง

impl RxDma<ADC3> for DMA1_CH7

sourceยง

impl RxDma<ADC3> for DMA1_CH8

sourceยง

impl RxDma<ADC3> for DMA2_CH1

sourceยง

impl RxDma<ADC3> for DMA2_CH2

sourceยง

impl RxDma<ADC3> for DMA2_CH3

sourceยง

impl RxDma<ADC3> for DMA2_CH4

sourceยง

impl RxDma<ADC3> for DMA2_CH5

sourceยง

impl RxDma<ADC3> for DMA2_CH6

sourceยง

impl RxDma<ADC3> for DMA2_CH7

sourceยง

impl RxDma<ADC3> for DMA2_CH8

sourceยง

impl RxDma<ADC4> for DMA1_CH1

sourceยง

impl RxDma<ADC4> for DMA1_CH2

sourceยง

impl RxDma<ADC4> for DMA1_CH3

sourceยง

impl RxDma<ADC4> for DMA1_CH4

sourceยง

impl RxDma<ADC4> for DMA1_CH5

sourceยง

impl RxDma<ADC4> for DMA1_CH6

sourceยง

impl RxDma<ADC4> for DMA1_CH7

sourceยง

impl RxDma<ADC4> for DMA1_CH8

sourceยง

impl RxDma<ADC4> for DMA2_CH1

sourceยง

impl RxDma<ADC4> for DMA2_CH2

sourceยง

impl RxDma<ADC4> for DMA2_CH3

sourceยง

impl RxDma<ADC4> for DMA2_CH4

sourceยง

impl RxDma<ADC4> for DMA2_CH5

sourceยง

impl RxDma<ADC4> for DMA2_CH6

sourceยง

impl RxDma<ADC4> for DMA2_CH7

sourceยง

impl RxDma<ADC4> for DMA2_CH8