1.2.1.11 1.3.1.11 1.4.1.11 1.5.1.11 1.6.1.11 1.7.1.11 1.29.1.11 1.30.1.11 1.31.1.11 1.32.1.11 1.33.1.11 1.37.1.11 1.38.1.11 1.40.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.