Function dma_interrupt

Source
pub fn dma_interrupt<const NUM_PINS: usize>(
    global_state: &'static mut GlobalStates<NUM_PINS>,
)
Expand description

DMA interrupt handler. Call directly from DMA_IRQ_0 or DMA_IRQ_1.