1.22.9.1 DMAC_Initialize Function
C
void DMAC_Initialize(void)
Summary
This function initializes the DMAC controller of the device.
Description
Sets up a DMA controller for subsequent transfer activity.
Precondition
DMAC channels should be configured in DMAC manager.
Parameters
None.
Returns
None.
Example
DMAC_Initialize();
Remarks
For some devices, it stops the DMAC controller if it was already running and re-initializes it.