Constants to be used for setting the interrupt trigger type on the pin.
|
|
#define | CY_GPIO_INTR_DISABLE (0x00UL) |
| | Disable the pin interrupt generation.
|
| |
|
#define | CY_GPIO_INTR_RISING (0x01UL) |
| | Rising-Edge interrupt.
|
| |
|
#define | CY_GPIO_INTR_FALLING (0x02UL) |
| | Falling-Edge interrupt.
|
| |
|
#define | CY_GPIO_INTR_BOTH (0x03UL) |
| | Both-Edge interrupt.
|
| |