pub trait RxDma<T: Instance>: Channel { // Required method fn request(&self) -> Request; }
RxDma DMA request trait
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.
embassy-stm32