Macros

#define LL_AON_GPIO_RE_N_Pos   AON_IO_AON_PAD_CTRL0_R_EN_POS
 
#define LL_AON_GPIO_RE_N_Msk   (0x1U << LL_AON_GPIO_RE_N_Pos)
 
#define LL_AON_GPIO_RE_N   LL_AON_GPIO_RE_N_Msk
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_RE_N

#define LL_AON_GPIO_RE_N   LL_AON_GPIO_RE_N_Msk

Resistor Enable bits

Definition at line 228 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_RE_N_Msk

#define LL_AON_GPIO_RE_N_Msk   (0x1U << LL_AON_GPIO_RE_N_Pos)

Resistor Enable bits mask

Definition at line 227 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_RE_N_Pos

#define LL_AON_GPIO_RE_N_Pos   AON_IO_AON_PAD_CTRL0_R_EN_POS

Resistor Enable bits position

Definition at line 226 of file gr55xx_ll_aon_gpio.h.