Searched refs:PINT_PIN_INT_FALL_OR_HIGH_LEVEL (Results 1 – 2 of 2) sorted by relevance
40 #define PINT_PIN_INT_FALL_OR_HIGH_LEVEL 0x02U macro43 #define PINT_PIN_FALL_EDGE (PINT_PIN_INT_EDGE | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)44 …IN_BOTH_EDGE (PINT_PIN_INT_EDGE | PINT_PIN_INT_RISE | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)46 #define PINT_PIN_HIGH_LEVEL (PINT_PIN_INT_LEVEL | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)
239 if (((unsigned)enable & PINT_PIN_INT_FALL_OR_HIGH_LEVEL) != 0U) in PINT_PinInterruptConfig()