1.25.26.1 1.26.23.1 1.27.28.1 1.28.28.1 1.34.29.1 1.41.24.1 1.42.23.1 XDMACn_Initialize Function
C
// n is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
void XDMACn_Initialize( void )
Summary
Initializes the XDMAC controller of the device.
Description
This function initializes the XDMAC controller of the device as configured by the user from within the XDMAC manager of MCC.
Precondition
None.
Parameters
None.
Returns
None.
Example
XDMAC_Initialize();
Remarks
Stops the XDMAC controller if it was already running and re-initializes it.