1.18.12.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.