pub trait Dma<T: Instance>: Channel { // Required method fn request(&self) -> Request; }
Dma DMA request trait
Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
embassy-stm32