dma_set_irq1_channel_mask_enabled() function
Enable multiple DMA channels' interrupts via DMA_IRQ_1
Arguments
channel_mask
Bitmask of all the channels to enable/disable. Channel 0 = bit 0, channel 1 = bit 1 etc.
enabled
true to enable all the interrupts specified in the mask, false to disable all the interrupts specified in the mask.