AON_GPIO Configuration Mode Elements values convention: 0x000000YX. More...

Macros

#define AON_GPIO_MODE_INPUT   (LL_AON_GPIO_MODE_INPUT << 0)
 
#define AON_GPIO_MODE_OUTPUT   (LL_AON_GPIO_MODE_OUTPUT << 0)
 
#define AON_GPIO_MODE_MUX   (LL_GPIO_MODE_MUX << 0)
 
#define AON_GPIO_MODE_IT_RISING   (LL_AON_GPIO_TRIGGER_RISING << 4)
 
#define AON_GPIO_MODE_IT_FALLING   (LL_AON_GPIO_TRIGGER_FALLING << 4)
 
#define AON_GPIO_MODE_IT_HIGH   (LL_AON_GPIO_TRIGGER_HIGH << 4)
 
#define AON_GPIO_MODE_IT_LOW   (LL_AON_GPIO_TRIGGER_LOW << 4)
 

Detailed Description

AON_GPIO Configuration Mode Elements values convention: 0x000000YX.

Macro Definition Documentation

◆ AON_GPIO_MODE_INPUT

#define AON_GPIO_MODE_INPUT   (LL_AON_GPIO_MODE_INPUT << 0)

Input Mode

Definition at line 157 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_FALLING

#define AON_GPIO_MODE_IT_FALLING   (LL_AON_GPIO_TRIGGER_FALLING << 4)

Interrupt Mode with Falling edge trigger detection

Definition at line 161 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_HIGH

#define AON_GPIO_MODE_IT_HIGH   (LL_AON_GPIO_TRIGGER_HIGH << 4)

Interrupt Mode with High-level trigger detection

Definition at line 162 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_LOW

#define AON_GPIO_MODE_IT_LOW   (LL_AON_GPIO_TRIGGER_LOW << 4)

Interrupt Mode with Low-level trigger detection

Definition at line 163 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_RISING

#define AON_GPIO_MODE_IT_RISING   (LL_AON_GPIO_TRIGGER_RISING << 4)

Interrupt Mode with Rising edge trigger detection

Definition at line 160 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_MUX

#define AON_GPIO_MODE_MUX   (LL_GPIO_MODE_MUX << 0)

Mux Mode

Definition at line 159 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_OUTPUT

#define AON_GPIO_MODE_OUTPUT   (LL_AON_GPIO_MODE_OUTPUT << 0)

Output Mode

Definition at line 158 of file gr55xx_hal_aon_gpio.h.