1.28.28.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.