1.2.1.10 1.3.1.10 1.4.1.10 1.5.1.10 1.6.1.10 1.7.1.10 1.29.1.10 1.30.1.10 1.31.1.10 1.32.1.10 1.33.1.10 1.37.1.10 1.38.1.10 1.40.1.10 AC_NEGINPUT Enum
C
typedef enum { /* Pin AN0 */ AC_NEGINPUT_AIN0, /* Pin AN1 */ AC_NEGINPUT_AIN1, /* Pin AN2 */ AC_NEGINPUT_AIN2, /* Pin AN3 */ AC_NEGINPUT_AIN3, /* Internal GND */ AC_NEGINPUT_GND, /* Vdd Scalar */ AC_NEGINPUT_VSCALE, /* Internal reference */ AC_NEGINPUT_INTREF, /* DAC output */ AC_NEGINPUT_DAC, }AC_NEGINPUT;
Summary
Identifies negative inputs of a comprator channel
Description
This enumeration can be used as an argument to APIs where it needs to indicate a negative input of a comparator.
Remarks
None.