Module dma_config

Source
Expand description

Static configurations for DMA channels.

All DMA channels must be unique.

Constants§

DMA_INTERRUPTS 🔒
Add your DMA interrupt vector numbers here.
LPUART2_RX
DMA channel for LPUART2_RX (arbitrary).
LPUART2_TX
DMA channel for LPUART2_TX (arbitrary).

Functions§

enable_interrupts
Enable DMA interrupts for the selected channels.