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

Macros

#define AON_GPIO_MODE_NONE   (LL_AON_GPIO_MODE_NONE << 0)
 
#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_INOUT   (LL_AON_GPIO_MODE_INOUT << 0)
 
#define AON_GPIO_MODE_MUX   (LL_AON_GPIO_MODE_INOUT << 0)
 
#define AON_GPIO_MODE_IT_RISING   (LL_AON_GPIO_TRIGGER_RISING << 4 | AON_GPIO_MODE_INPUT)
 
#define AON_GPIO_MODE_IT_FALLING   (LL_AON_GPIO_TRIGGER_FALLING << 4 | AON_GPIO_MODE_INPUT)
 
#define AON_GPIO_MODE_IT_HIGH   (LL_AON_GPIO_TRIGGER_HIGH << 4 | AON_GPIO_MODE_INPUT)
 
#define AON_GPIO_MODE_IT_LOW   (LL_AON_GPIO_TRIGGER_LOW << 4 | AON_GPIO_MODE_INPUT)
 
#define AON_GPIO_MODE_IT_BOTH_EDGE   (LL_AON_GPIO_TRIGGER_BOTH_EDGE << 4 | AON_GPIO_MODE_INPUT)
 

Detailed Description

AON_GPIO Configuration Mode Elements values convention: 0x000000YX.

Macro Definition Documentation

◆ AON_GPIO_MODE_INOUT

#define AON_GPIO_MODE_INOUT   (LL_AON_GPIO_MODE_INOUT << 0)

Input andoutput Mode

Definition at line 169 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_INPUT

#define AON_GPIO_MODE_INPUT   (LL_AON_GPIO_MODE_INPUT << 0)

Input Mode

Definition at line 167 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_BOTH_EDGE

#define AON_GPIO_MODE_IT_BOTH_EDGE   (LL_AON_GPIO_TRIGGER_BOTH_EDGE << 4 | AON_GPIO_MODE_INPUT)

Interrupt Mode with Rising and Falling edge trigger detection

Definition at line 175 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_FALLING

#define AON_GPIO_MODE_IT_FALLING   (LL_AON_GPIO_TRIGGER_FALLING << 4 | AON_GPIO_MODE_INPUT)

Interrupt Mode with Falling edge trigger detection

Definition at line 172 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_HIGH

#define AON_GPIO_MODE_IT_HIGH   (LL_AON_GPIO_TRIGGER_HIGH << 4 | AON_GPIO_MODE_INPUT)

Interrupt Mode with High-level trigger detection

Definition at line 173 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_LOW

#define AON_GPIO_MODE_IT_LOW   (LL_AON_GPIO_TRIGGER_LOW << 4 | AON_GPIO_MODE_INPUT)

Interrupt Mode with Low-level trigger detection

Definition at line 174 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_IT_RISING

#define AON_GPIO_MODE_IT_RISING   (LL_AON_GPIO_TRIGGER_RISING << 4 | AON_GPIO_MODE_INPUT)

Interrupt Mode with Rising edge trigger detection

Definition at line 171 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_MUX

#define AON_GPIO_MODE_MUX   (LL_AON_GPIO_MODE_INOUT << 0)

Mux Mode

Definition at line 170 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_MODE_NONE

#define AON_GPIO_MODE_NONE   (LL_AON_GPIO_MODE_NONE << 0)

Disable input and output

Definition at line 166 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 168 of file gr55xx_hal_aon_gpio.h.