2.18.6 CMPx_Disable Function
C
// x is the instance number of the CMP peripheral inline static void CMPx_Disable(void) { DACCTRL1bits.ON = 0U; }
Summary
Disables the common DAC module.
Description
This function disables the common DAC module.
Precondition
None.
Parameters
None.
Returns
None.
Example
CMP1_Disable();
Remarks
None.