2.1.11 AC_POSINPUT Enum
C
typedef enum
{
/* Pin AN0 */
AC_POSINPUT_AIN0,
/* Pin AN1 */
AC_POSINPUT_AIN1,
/* Pin AN2 */
AC_POSINPUT_AIN2,
/* Pin AN3 */
AC_POSINPUT_AIN3,
/* Vdd Scalar */
AC_POSINPUT_VSCALE,
}AC_POSINPUT;
Summary
Identifies the positive inputs of a comparator channel
Description
This enumeration can be used as an argument to APIs where it needs to indicate a positive input of a comparator.
Remarks
None.
