Searched refs:PINT_PIN_INT_FALL_OR_HIGH_LEVEL (Results 1 – 2 of 2) sorted by relevance
50 #define PINT_PIN_INT_FALL_OR_HIGH_LEVEL 0x02U macro53 #define PINT_PIN_FALL_EDGE (PINT_PIN_INT_EDGE | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)54 …IN_BOTH_EDGE (PINT_PIN_INT_EDGE | PINT_PIN_INT_RISE | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)56 #define PINT_PIN_HIGH_LEVEL (PINT_PIN_INT_LEVEL | PINT_PIN_INT_FALL_OR_HIGH_LEVEL)
200 if (((unsigned)enable & PINT_PIN_INT_FALL_OR_HIGH_LEVEL) != 0U) in PINT_PinInterruptConfig()