1.2.1.6 1.3.1.7 1.4.1.7 1.5.1.7 1.6.1.6 1.7.1.6 1.29.1.7 1.30.1.7 1.31.1.7 1.32.1.6 1.33.1.7 1.37.1.7 1.38.1.7 1.40.1.7 AC_SwapInputs Function
C
void AC_SwapInputs (AC_CHANNEL channel)
Summary
Swap inputs of a comparator.
Description
This function swaps inputs of a comparator. This allows the user to measure or compensate for the comparator input offset voltage.
Precondition
AC_Initialize must have been called for the associated AC instance.
Parameters
Param | Description |
---|---|
channel | Points to AC Channel |
Returns
None.
Example
AC_SwapInputs (AC_CHANNEL_0);
Remarks
None.