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.
pub fn dma_interrupt<const NUM_PINS: usize>(
global_state: &'static mut GlobalStates<NUM_PINS>,
)
DMA interrupt handler. Call directly from DMA_IRQ_0 or DMA_IRQ_1.