1.2.1.5 1.3.1.5 1.4.1.5 1.5.1.5 1.6.1.5 1.7.1.5 1.29.1.5 1.30.1.5 1.31.1.5 1.32.1.5 1.33.1.5 1.37.1.5 1.38.1.5 1.40.1.5 AC_Start Function
C
void AC_Start (AC_CHANNEL channel);
Summary
Triggers a comparator to start comparison
Description
This function triggers a comparator to start comparison, when it is configured in single-shot mode.
Precondition
AC_Initialize must have been called for the associated AC instance.
Parameters
Param | Description |
---|---|
channel | Points to AC Channel |
Returns
None.
Example
AC_Start (AC_CHANNEL_0);
Remarks
None.