2.18.7 CMPx_Enable Function
C
// x is the instance number of the CMP peripheral inline static void CMPx_Enable(void) { DACCTRL1bits.ON = 1U; }
Summary
Enables the common DAC module.
Description
This function enables the common DAC module.
Precondition
None.
Parameters
None.
Returns
None.
Example
CMP1_Enable();
Remarks
None.