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