2.75.7 OPAx_InputMonitorEnable Function

C

/* x = OPA instance number */

inline static void OPAx_InputMonitorEnable( bool enable );

Summary

Enables/disables positive input of OPAx module to ADC.

Description

This inline function enables/disables positive input of OPAx module to ADC of the device.

Precondition

None.

Parameters

ParamDescription
enable - trueenables input Monitor
enable - falsedisables input Monitor

Returns

None.

Example

OPA1_InputMonitorEnable(true); //enabled
OPA1_InputMonitorEnable(false); //disabled

Remarks

None.