+ Collaboration diagram for Interrupt Trigger:

Macros

#define LL_AON_GPIO_TRIGGER_NONE   ((uint32_t)0x00U)
 No Trigger Mode. More...
 
#define LL_AON_GPIO_TRIGGER_RISING   ((uint32_t)0x01U)
 Trigger Rising Mode. More...
 
#define LL_AON_GPIO_TRIGGER_FALLING   ((uint32_t)0x02U)
 Trigger Falling Mode. More...
 
#define LL_AON_GPIO_TRIGGER_HIGH   ((uint32_t)0x03U)
 Trigger High Mode. More...
 
#define LL_AON_GPIO_TRIGGER_LOW   ((uint32_t)0x04U)
 Trigger Low Mode. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_TRIGGER_FALLING

#define LL_AON_GPIO_TRIGGER_FALLING   ((uint32_t)0x02U)

Trigger Falling Mode.

Definition at line 165 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_TRIGGER_HIGH

#define LL_AON_GPIO_TRIGGER_HIGH   ((uint32_t)0x03U)

Trigger High Mode.

Definition at line 166 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_TRIGGER_LOW

#define LL_AON_GPIO_TRIGGER_LOW   ((uint32_t)0x04U)

Trigger Low Mode.

Definition at line 167 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_TRIGGER_NONE

#define LL_AON_GPIO_TRIGGER_NONE   ((uint32_t)0x00U)

No Trigger Mode.

Definition at line 163 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_TRIGGER_RISING

#define LL_AON_GPIO_TRIGGER_RISING   ((uint32_t)0x01U)

Trigger Rising Mode.

Definition at line 164 of file gr55xx_ll_aon_gpio.h.