1.10.2.1 1.11.2.1 1.12.2.1 1.13.2.1 1.14.3.1 1.15.3.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.