pub const DMA_MAX_TRANSFER_SIZE: usize = 0x7FFF;Expand description
Maximum bytes per DMA transfer (eDMA4 CITER/BITER are 15-bit fields).
This is a hardware limitation of the eDMA4 controller. Transfers larger than this must be split into multiple DMA operations.