|
STM32G474xx HAL User Manual
|
宏定义 | |
| #define | LL_GPIO_MODE_INPUT (0x00000000U) |
| #define | LL_GPIO_MODE_OUTPUT GPIO_MODER_MODE0_0 |
| #define | LL_GPIO_MODE_ALTERNATE GPIO_MODER_MODE0_1 |
| #define | LL_GPIO_MODE_ANALOG GPIO_MODER_MODE0 |
| #define LL_GPIO_MODE_ALTERNATE GPIO_MODER_MODE0_1 |
| #define LL_GPIO_MODE_ANALOG GPIO_MODER_MODE0 |
| #define LL_GPIO_MODE_INPUT (0x00000000U) |
选择输入模式
Definition at line 144 of file stm32g4xx_ll_gpio.h.
| #define LL_GPIO_MODE_OUTPUT GPIO_MODER_MODE0_0 |
1.7.6.1