8c45c98e41
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. |
||
---|---|---|
.. | ||
bdma.rs | ||
dma.rs | ||
dmamux.rs | ||
mod.rs |