Macros

#define LL_GPIO_MODE_INPUT_POS   ((uint32_t)0x0U)
 
#define LL_GPIO_MODE_OUTPUT_POS   ((uint32_t)0x1U)
 
#define LL_GPIO_STRENGTH_DS0_MASK   ((uint32_t)0x10U)
 
#define LL_GPIO_STRENGTH_DS1_MASK   ((uint32_t)0x01U)
 
#define LL_GPIO_STRENGTH_DS0_POS   ((uint32_t)0x04U)
 
#define LL_GPIO_STRENGTH_DS1_POS   ((uint32_t)0x00U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_MODE_INPUT_POS

#define LL_GPIO_MODE_INPUT_POS   ((uint32_t)0x0U)

Input mode bit position GPIO_LL_EC_MODE

Definition at line 136 of file ll_gpio.h.

◆ LL_GPIO_MODE_OUTPUT_POS

#define LL_GPIO_MODE_OUTPUT_POS   ((uint32_t)0x1U)

Output mode bit position GPIO_LL_EC_MODE

Definition at line 137 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_DS0_MASK

#define LL_GPIO_STRENGTH_DS0_MASK   ((uint32_t)0x10U)

DS0 mask in GPIO_LL_EC_STRENGTH

Definition at line 138 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_DS0_POS

#define LL_GPIO_STRENGTH_DS0_POS   ((uint32_t)0x04U)

DS0 bit position in GPIO_LL_EC_STRENGTH

Definition at line 140 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_DS1_MASK

#define LL_GPIO_STRENGTH_DS1_MASK   ((uint32_t)0x01U)

DS1 mask in GPIO_LL_EC_STRENGTH

Definition at line 139 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_DS1_POS

#define LL_GPIO_STRENGTH_DS1_POS   ((uint32_t)0x00U)

DS1 bit position in GPIO_LL_EC_STRENGTH

Definition at line 141 of file ll_gpio.h.