Macros

#define LL_AON_GPIO_PIN_0   ((uint32_t)0x01U)
 
#define LL_AON_GPIO_PIN_1   ((uint32_t)0x02U)
 
#define LL_AON_GPIO_PIN_2   ((uint32_t)0x04U)
 
#define LL_AON_GPIO_PIN_3   ((uint32_t)0x08U)
 
#define LL_AON_GPIO_PIN_4   ((uint32_t)0x10U)
 
#define LL_AON_GPIO_PIN_5   ((uint32_t)0x20U)
 
#define LL_AON_GPIO_PIN_6   ((uint32_t)0x40U)
 
#define LL_AON_GPIO_PIN_7   ((uint32_t)0x80U)
 
#define LL_AON_GPIO_PIN_ALL   ((uint32_t)0xFFU)
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_PIN_0

#define LL_AON_GPIO_PIN_0   ((uint32_t)0x01U)

Select pin 0

Definition at line 118 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_1

#define LL_AON_GPIO_PIN_1   ((uint32_t)0x02U)

Select pin 1

Definition at line 119 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_2

#define LL_AON_GPIO_PIN_2   ((uint32_t)0x04U)

Select pin 2

Definition at line 120 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_3

#define LL_AON_GPIO_PIN_3   ((uint32_t)0x08U)

Select pin 3

Definition at line 121 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_4

#define LL_AON_GPIO_PIN_4   ((uint32_t)0x10U)

Select pin 4

Definition at line 122 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_5

#define LL_AON_GPIO_PIN_5   ((uint32_t)0x20U)

Select pin 5

Definition at line 123 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_6

#define LL_AON_GPIO_PIN_6   ((uint32_t)0x40U)

Select pin 6

Definition at line 124 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_7

#define LL_AON_GPIO_PIN_7   ((uint32_t)0x80U)

Select pin 7

Definition at line 125 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PIN_ALL

#define LL_AON_GPIO_PIN_ALL   ((uint32_t)0xFFU)

Select all pins

Definition at line 126 of file gr55xx_ll_aon_gpio.h.