Embassy
embassy-stm32

Crates

git

Versions

stm32u585vi

Flavors

Trait embassy_stm32::i2c::TxDma

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

TxDma DMA request trait

Required Methods§

source

fn request(&self) -> Request

Get the DMA request number needed to use this channel asTxDma 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 TxDma<I2C1> for GPDMA1_CH0

source§

impl TxDma<I2C1> for GPDMA1_CH1

source§

impl TxDma<I2C1> for GPDMA1_CH2

source§

impl TxDma<I2C1> for GPDMA1_CH3

source§

impl TxDma<I2C1> for GPDMA1_CH4

source§

impl TxDma<I2C1> for GPDMA1_CH5

source§

impl TxDma<I2C1> for GPDMA1_CH6

source§

impl TxDma<I2C1> for GPDMA1_CH7

source§

impl TxDma<I2C1> for GPDMA1_CH8

source§

impl TxDma<I2C1> for GPDMA1_CH9

source§

impl TxDma<I2C1> for GPDMA1_CH10

source§

impl TxDma<I2C1> for GPDMA1_CH11

source§

impl TxDma<I2C1> for GPDMA1_CH12

source§

impl TxDma<I2C1> for GPDMA1_CH13

source§

impl TxDma<I2C1> for GPDMA1_CH14

source§

impl TxDma<I2C1> for GPDMA1_CH15

source§

impl TxDma<I2C2> for GPDMA1_CH0

source§

impl TxDma<I2C2> for GPDMA1_CH1

source§

impl TxDma<I2C2> for GPDMA1_CH2

source§

impl TxDma<I2C2> for GPDMA1_CH3

source§

impl TxDma<I2C2> for GPDMA1_CH4

source§

impl TxDma<I2C2> for GPDMA1_CH5

source§

impl TxDma<I2C2> for GPDMA1_CH6

source§

impl TxDma<I2C2> for GPDMA1_CH7

source§

impl TxDma<I2C2> for GPDMA1_CH8

source§

impl TxDma<I2C2> for GPDMA1_CH9

source§

impl TxDma<I2C2> for GPDMA1_CH10

source§

impl TxDma<I2C2> for GPDMA1_CH11

source§

impl TxDma<I2C2> for GPDMA1_CH12

source§

impl TxDma<I2C2> for GPDMA1_CH13

source§

impl TxDma<I2C2> for GPDMA1_CH14

source§

impl TxDma<I2C2> for GPDMA1_CH15

source§

impl TxDma<I2C3> for GPDMA1_CH0

source§

impl TxDma<I2C3> for GPDMA1_CH1

source§

impl TxDma<I2C3> for GPDMA1_CH2

source§

impl TxDma<I2C3> for GPDMA1_CH3

source§

impl TxDma<I2C3> for GPDMA1_CH4

source§

impl TxDma<I2C3> for GPDMA1_CH5

source§

impl TxDma<I2C3> for GPDMA1_CH6

source§

impl TxDma<I2C3> for GPDMA1_CH7

source§

impl TxDma<I2C3> for GPDMA1_CH8

source§

impl TxDma<I2C3> for GPDMA1_CH9

source§

impl TxDma<I2C3> for GPDMA1_CH10

source§

impl TxDma<I2C3> for GPDMA1_CH11

source§

impl TxDma<I2C3> for GPDMA1_CH12

source§

impl TxDma<I2C3> for GPDMA1_CH13

source§

impl TxDma<I2C3> for GPDMA1_CH14

source§

impl TxDma<I2C3> for GPDMA1_CH15

source§

impl TxDma<I2C3> for LPDMA1_CH0

source§

impl TxDma<I2C3> for LPDMA1_CH1

source§

impl TxDma<I2C3> for LPDMA1_CH2

source§

impl TxDma<I2C3> for LPDMA1_CH3

source§

impl TxDma<I2C4> for GPDMA1_CH0

source§

impl TxDma<I2C4> for GPDMA1_CH1

source§

impl TxDma<I2C4> for GPDMA1_CH2

source§

impl TxDma<I2C4> for GPDMA1_CH3

source§

impl TxDma<I2C4> for GPDMA1_CH4

source§

impl TxDma<I2C4> for GPDMA1_CH5

source§

impl TxDma<I2C4> for GPDMA1_CH6

source§

impl TxDma<I2C4> for GPDMA1_CH7

source§

impl TxDma<I2C4> for GPDMA1_CH8

source§

impl TxDma<I2C4> for GPDMA1_CH9

source§

impl TxDma<I2C4> for GPDMA1_CH10

source§

impl TxDma<I2C4> for GPDMA1_CH11

source§

impl TxDma<I2C4> for GPDMA1_CH12

source§

impl TxDma<I2C4> for GPDMA1_CH13

source§

impl TxDma<I2C4> for GPDMA1_CH14

source§

impl TxDma<I2C4> for GPDMA1_CH15