embassy-stm32

Crates

git

Versions

stm32h573ii

Flavors

embassy_stm32::usart

Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RxDma<LPUART1> for GPDMA1_CH0

Source§

impl RxDma<LPUART1> for GPDMA1_CH1

Source§

impl RxDma<LPUART1> for GPDMA1_CH2

Source§

impl RxDma<LPUART1> for GPDMA1_CH3

Source§

impl RxDma<LPUART1> for GPDMA1_CH4

Source§

impl RxDma<LPUART1> for GPDMA1_CH5

Source§

impl RxDma<LPUART1> for GPDMA1_CH6

Source§

impl RxDma<LPUART1> for GPDMA1_CH7

Source§

impl RxDma<LPUART1> for GPDMA2_CH0

Source§

impl RxDma<LPUART1> for GPDMA2_CH1

Source§

impl RxDma<LPUART1> for GPDMA2_CH2

Source§

impl RxDma<LPUART1> for GPDMA2_CH3

Source§

impl RxDma<LPUART1> for GPDMA2_CH4

Source§

impl RxDma<LPUART1> for GPDMA2_CH5

Source§

impl RxDma<LPUART1> for GPDMA2_CH6

Source§

impl RxDma<LPUART1> for GPDMA2_CH7

Source§

impl RxDma<UART4> for GPDMA1_CH0

Source§

impl RxDma<UART4> for GPDMA1_CH1

Source§

impl RxDma<UART4> for GPDMA1_CH2

Source§

impl RxDma<UART4> for GPDMA1_CH3

Source§

impl RxDma<UART4> for GPDMA1_CH4

Source§

impl RxDma<UART4> for GPDMA1_CH5

Source§

impl RxDma<UART4> for GPDMA1_CH6

Source§

impl RxDma<UART4> for GPDMA1_CH7

Source§

impl RxDma<UART4> for GPDMA2_CH0

Source§

impl RxDma<UART4> for GPDMA2_CH1

Source§

impl RxDma<UART4> for GPDMA2_CH2

Source§

impl RxDma<UART4> for GPDMA2_CH3

Source§

impl RxDma<UART4> for GPDMA2_CH4

Source§

impl RxDma<UART4> for GPDMA2_CH5

Source§

impl RxDma<UART4> for GPDMA2_CH6

Source§

impl RxDma<UART4> for GPDMA2_CH7

Source§

impl RxDma<UART5> for GPDMA1_CH0

Source§

impl RxDma<UART5> for GPDMA1_CH1

Source§

impl RxDma<UART5> for GPDMA1_CH2

Source§

impl RxDma<UART5> for GPDMA1_CH3

Source§

impl RxDma<UART5> for GPDMA1_CH4

Source§

impl RxDma<UART5> for GPDMA1_CH5

Source§

impl RxDma<UART5> for GPDMA1_CH6

Source§

impl RxDma<UART5> for GPDMA1_CH7

Source§

impl RxDma<UART5> for GPDMA2_CH0

Source§

impl RxDma<UART5> for GPDMA2_CH1

Source§

impl RxDma<UART5> for GPDMA2_CH2

Source§

impl RxDma<UART5> for GPDMA2_CH3

Source§

impl RxDma<UART5> for GPDMA2_CH4

Source§

impl RxDma<UART5> for GPDMA2_CH5

Source§

impl RxDma<UART5> for GPDMA2_CH6

Source§

impl RxDma<UART5> for GPDMA2_CH7

Source§

impl RxDma<UART7> for GPDMA1_CH0

Source§

impl RxDma<UART7> for GPDMA1_CH1

Source§

impl RxDma<UART7> for GPDMA1_CH2

Source§

impl RxDma<UART7> for GPDMA1_CH3

Source§

impl RxDma<UART7> for GPDMA1_CH4

Source§

impl RxDma<UART7> for GPDMA1_CH5

Source§

impl RxDma<UART7> for GPDMA1_CH6

Source§

impl RxDma<UART7> for GPDMA1_CH7

Source§

impl RxDma<UART7> for GPDMA2_CH0

Source§

impl RxDma<UART7> for GPDMA2_CH1

Source§

impl RxDma<UART7> for GPDMA2_CH2

Source§

impl RxDma<UART7> for GPDMA2_CH3

Source§

impl RxDma<UART7> for GPDMA2_CH4

Source§

impl RxDma<UART7> for GPDMA2_CH5

Source§

impl RxDma<UART7> for GPDMA2_CH6

Source§

impl RxDma<UART7> for GPDMA2_CH7

Source§

impl RxDma<UART8> for GPDMA1_CH0

Source§

impl RxDma<UART8> for GPDMA1_CH1

Source§

impl RxDma<UART8> for GPDMA1_CH2

Source§

impl RxDma<UART8> for GPDMA1_CH3

Source§

impl RxDma<UART8> for GPDMA1_CH4

Source§

impl RxDma<UART8> for GPDMA1_CH5

Source§

impl RxDma<UART8> for GPDMA1_CH6

Source§

impl RxDma<UART8> for GPDMA1_CH7

Source§

impl RxDma<UART8> for GPDMA2_CH0

Source§

impl RxDma<UART8> for GPDMA2_CH1

Source§

impl RxDma<UART8> for GPDMA2_CH2

Source§

impl RxDma<UART8> for GPDMA2_CH3

Source§

impl RxDma<UART8> for GPDMA2_CH4

Source§

impl RxDma<UART8> for GPDMA2_CH5

Source§

impl RxDma<UART8> for GPDMA2_CH6

Source§

impl RxDma<UART8> for GPDMA2_CH7

Source§

impl RxDma<UART9> for GPDMA1_CH0

Source§

impl RxDma<UART9> for GPDMA1_CH1

Source§

impl RxDma<UART9> for GPDMA1_CH2

Source§

impl RxDma<UART9> for GPDMA1_CH3

Source§

impl RxDma<UART9> for GPDMA1_CH4

Source§

impl RxDma<UART9> for GPDMA1_CH5

Source§

impl RxDma<UART9> for GPDMA1_CH6

Source§

impl RxDma<UART9> for GPDMA1_CH7

Source§

impl RxDma<UART9> for GPDMA2_CH0

Source§

impl RxDma<UART9> for GPDMA2_CH1

Source§

impl RxDma<UART9> for GPDMA2_CH2

Source§

impl RxDma<UART9> for GPDMA2_CH3

Source§

impl RxDma<UART9> for GPDMA2_CH4

Source§

impl RxDma<UART9> for GPDMA2_CH5

Source§

impl RxDma<UART9> for GPDMA2_CH6

Source§

impl RxDma<UART9> for GPDMA2_CH7

Source§

impl RxDma<UART12> for GPDMA1_CH0

Source§

impl RxDma<UART12> for GPDMA1_CH1

Source§

impl RxDma<UART12> for GPDMA1_CH2

Source§

impl RxDma<UART12> for GPDMA1_CH3

Source§

impl RxDma<UART12> for GPDMA1_CH4

Source§

impl RxDma<UART12> for GPDMA1_CH5

Source§

impl RxDma<UART12> for GPDMA1_CH6

Source§

impl RxDma<UART12> for GPDMA1_CH7

Source§

impl RxDma<UART12> for GPDMA2_CH0

Source§

impl RxDma<UART12> for GPDMA2_CH1

Source§

impl RxDma<UART12> for GPDMA2_CH2

Source§

impl RxDma<UART12> for GPDMA2_CH3

Source§

impl RxDma<UART12> for GPDMA2_CH4

Source§

impl RxDma<UART12> for GPDMA2_CH5

Source§

impl RxDma<UART12> for GPDMA2_CH6

Source§

impl RxDma<UART12> for GPDMA2_CH7

Source§

impl RxDma<USART1> for GPDMA1_CH0

Source§

impl RxDma<USART1> for GPDMA1_CH1

Source§

impl RxDma<USART1> for GPDMA1_CH2

Source§

impl RxDma<USART1> for GPDMA1_CH3

Source§

impl RxDma<USART1> for GPDMA1_CH4

Source§

impl RxDma<USART1> for GPDMA1_CH5

Source§

impl RxDma<USART1> for GPDMA1_CH6

Source§

impl RxDma<USART1> for GPDMA1_CH7

Source§

impl RxDma<USART1> for GPDMA2_CH0

Source§

impl RxDma<USART1> for GPDMA2_CH1

Source§

impl RxDma<USART1> for GPDMA2_CH2

Source§

impl RxDma<USART1> for GPDMA2_CH3

Source§

impl RxDma<USART1> for GPDMA2_CH4

Source§

impl RxDma<USART1> for GPDMA2_CH5

Source§

impl RxDma<USART1> for GPDMA2_CH6

Source§

impl RxDma<USART1> for GPDMA2_CH7

Source§

impl RxDma<USART2> for GPDMA1_CH0

Source§

impl RxDma<USART2> for GPDMA1_CH1

Source§

impl RxDma<USART2> for GPDMA1_CH2

Source§

impl RxDma<USART2> for GPDMA1_CH3

Source§

impl RxDma<USART2> for GPDMA1_CH4

Source§

impl RxDma<USART2> for GPDMA1_CH5

Source§

impl RxDma<USART2> for GPDMA1_CH6

Source§

impl RxDma<USART2> for GPDMA1_CH7

Source§

impl RxDma<USART2> for GPDMA2_CH0

Source§

impl RxDma<USART2> for GPDMA2_CH1

Source§

impl RxDma<USART2> for GPDMA2_CH2

Source§

impl RxDma<USART2> for GPDMA2_CH3

Source§

impl RxDma<USART2> for GPDMA2_CH4

Source§

impl RxDma<USART2> for GPDMA2_CH5

Source§

impl RxDma<USART2> for GPDMA2_CH6

Source§

impl RxDma<USART2> for GPDMA2_CH7

Source§

impl RxDma<USART3> for GPDMA1_CH0

Source§

impl RxDma<USART3> for GPDMA1_CH1

Source§

impl RxDma<USART3> for GPDMA1_CH2

Source§

impl RxDma<USART3> for GPDMA1_CH3

Source§

impl RxDma<USART3> for GPDMA1_CH4

Source§

impl RxDma<USART3> for GPDMA1_CH5

Source§

impl RxDma<USART3> for GPDMA1_CH6

Source§

impl RxDma<USART3> for GPDMA1_CH7

Source§

impl RxDma<USART3> for GPDMA2_CH0

Source§

impl RxDma<USART3> for GPDMA2_CH1

Source§

impl RxDma<USART3> for GPDMA2_CH2

Source§

impl RxDma<USART3> for GPDMA2_CH3

Source§

impl RxDma<USART3> for GPDMA2_CH4

Source§

impl RxDma<USART3> for GPDMA2_CH5

Source§

impl RxDma<USART3> for GPDMA2_CH6

Source§

impl RxDma<USART3> for GPDMA2_CH7

Source§

impl RxDma<USART6> for GPDMA1_CH0

Source§

impl RxDma<USART6> for GPDMA1_CH1

Source§

impl RxDma<USART6> for GPDMA1_CH2

Source§

impl RxDma<USART6> for GPDMA1_CH3

Source§

impl RxDma<USART6> for GPDMA1_CH4

Source§

impl RxDma<USART6> for GPDMA1_CH5

Source§

impl RxDma<USART6> for GPDMA1_CH6

Source§

impl RxDma<USART6> for GPDMA1_CH7

Source§

impl RxDma<USART6> for GPDMA2_CH0

Source§

impl RxDma<USART6> for GPDMA2_CH1

Source§

impl RxDma<USART6> for GPDMA2_CH2

Source§

impl RxDma<USART6> for GPDMA2_CH3

Source§

impl RxDma<USART6> for GPDMA2_CH4

Source§

impl RxDma<USART6> for GPDMA2_CH5

Source§

impl RxDma<USART6> for GPDMA2_CH6

Source§

impl RxDma<USART6> for GPDMA2_CH7