embassy/embassy-stm32/src/dma
Grant Miller 8c45c98e41 stm32: Refactor DMA interrupts
Previously, every dma interrupt handler called the same `on_irq`
function which had to check the state of every dma channel.

Now, each dma interrupt handler only calls an `on_irq` method for its
corresponding channel or channels.
2022-03-08 14:18:31 -06:00
..
bdma.rs stm32: Refactor DMA interrupts 2022-03-08 14:18:31 -06:00
dma.rs stm32: Refactor DMA interrupts 2022-03-08 14:18:31 -06:00
dmamux.rs stm32: exclude spammy files from docs by prefixing with _. 2022-03-04 18:03:41 +01:00
mod.rs stm32: Refactor DMA interrupts 2022-03-08 14:18:31 -06:00