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