1.13.2.1 CDACx_Initialize Function

C

// x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
void CDACx_Initialize( void )

Summary

Initializes given instance of the CDAC peripheral.

Description

This function initializes the given instance of the CDAC peripheral as configured by the user within the MHC.

Precondition

None.

Parameters

None.

Returns

None.

Example

CDAC1_Initialize();

Remarks

None.