2.91.27 QEI_IMV_STATE Enum
C
typedef enum { QEI_IMV_STATE_A0B0 = 0, /**< Index Match Value State : QEA = 0 and QEB = 0 */ QEI_IMV_STATE_A1B0 = 1, /**< Index Match Value State : QEA = 1 and QEB = 0 */ QEI_IMV_STATE_A0B1 = 2, /**< Index Match Value State : QEA = 0 and QEB = 1 */ QEI_IMV_STATE_A1B1 = 3, /**< Index Match Value State : QEA = 1 and QEB = 1 */ QEI_MAX_IMV_STATE /**< Maximum configurable Index Match Value State */ }QEI_IMV_STATE;
Summary
Defines the QEI Index Match Value states.
Description
This enumeration defines the QEI Index Match Value states.
Remarks
None.