2.42.10 EIC_POLARITY Enum
C
typedef enum
{
EIC_POLARITY_FALLING_EDGE = 0U,
EIC_POLARITY_ACTIVE_LOW = 0U,
EIC_POLARITY_RISING_EDGE = 1U,
EIC_POLARITY_ACTIVE_HIGH = 1U
}EIC_POLARITY;
Summary
Identifies all possible EIC polarities.
Description
This enumeration identifies all possible EIC polarities.Falling and rising edges for edge detection, while LOW and HIGH are for level detection.
Remarks
None.
