1.10.15.4 1.11.16.4 1.12.16.4 1.13.15.4 1.16.12.4 1.17.12.4 1.18.12.4 1.19.12.4 1.20.12.4 1.21.13.4 1.22.17.4 1.23.16.4 1.24.14.4 OCMPx_Disable Function
C
/* x = OCMP instance number */ void OCMPx_Disable (void)
Summary
Disable function for the OCMPx peripheral
Description
This function disables the OCMPx peripheral.
Precondition
OCMPx_Initialize() function must have been called first.
Parameters
None.
Returns
None.
Example
OCMP1_Initialize(); OCMP1_Enable(); OCMP1_Disable();
Remarks
None.