MTB CAT1 Peripheral driver library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages

General Description

Constants to be used for setting the interrupt trigger type on the pin.

Macros

#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.