2.75.3 OPAx_Disable Function
C
/* x = OPA instance number */
inline static void OPAx_Disable( void );
Summary
Disables the OPAx module of the device.
Description
This function clears the enable bit for the OPA1 module, stopping its operation.
Precondition
The OPAx module should be enabled and operational before calling this function.
Parameters
None.
Returns
None.
Example
OPA1_Disable();
Remarks
None.