Macros

#define LL_GPIO_TRIGGER_NONE   ((uint32_t)0x00U)
 
#define LL_GPIO_TRIGGER_RISING   ((uint32_t)0x01U)
 
#define LL_GPIO_TRIGGER_FALLING   ((uint32_t)0x02U)
 
#define LL_GPIO_TRIGGER_HIGH   ((uint32_t)0x03U)
 
#define LL_GPIO_TRIGGER_LOW   ((uint32_t)0x04U)
 
#define LL_GPIO_TRIGGER_BOTH_EDGE   ((uint32_t)0x05U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_TRIGGER_BOTH_EDGE

#define LL_GPIO_TRIGGER_BOTH_EDGE   ((uint32_t)0x05U)

Trigger Both Rising and Falling Mode

Definition at line 228 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_TRIGGER_FALLING

#define LL_GPIO_TRIGGER_FALLING   ((uint32_t)0x02U)

Trigger Falling Mode

Definition at line 225 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_TRIGGER_HIGH

#define LL_GPIO_TRIGGER_HIGH   ((uint32_t)0x03U)

Trigger High Mode

Definition at line 226 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_TRIGGER_LOW

#define LL_GPIO_TRIGGER_LOW   ((uint32_t)0x04U)

Trigger Low Mode

Definition at line 227 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_TRIGGER_NONE

#define LL_GPIO_TRIGGER_NONE   ((uint32_t)0x00U)

No Trigger Mode

Definition at line 223 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_TRIGGER_RISING

#define LL_GPIO_TRIGGER_RISING   ((uint32_t)0x01U)

Trigger Rising Mode

Definition at line 224 of file gr55xx_ll_gpio.h.