1.2.5.1 DMA_Initialize Function

C

void DMA_Initialize( void )

Summary

Initializes the DMA controller of the device.

Description

This function initializes the DMA controller of the device as configured by the user from within the DMA manager of MHC.

Precondition

The DMA module clock requirements should have been configured in the MHC Clock Manager utility.

Parameters

None.

Returns

None.

Example

DMA_Initialize();

Remarks

None