Macros | |
#define | LL_GPIO_MODE_NONE ((uint32_t)0x0U) |
#define | LL_GPIO_MODE_INPUT ((uint32_t)0x1U) |
#define | LL_GPIO_MODE_OUTPUT ((uint32_t)0x2U) |
#define | LL_GPIO_MODE_INOUT ((uint32_t)0x3U) |
#define LL_GPIO_MODE_INOUT ((uint32_t)0x3U) |
Select input and output mode
Definition at line 172 of file gr55xx_ll_gpio.h.
#define LL_GPIO_MODE_INPUT ((uint32_t)0x1U) |
Select input mode
Definition at line 170 of file gr55xx_ll_gpio.h.
#define LL_GPIO_MODE_NONE ((uint32_t)0x0U) |
No input or output
Definition at line 169 of file gr55xx_ll_gpio.h.
#define LL_GPIO_MODE_OUTPUT ((uint32_t)0x2U) |
Select output mode
Definition at line 171 of file gr55xx_ll_gpio.h.