STM32F103xB HAL User Manual
|
Defines | |
#define | LL_GPIO_PULL_DOWN 0x00000000U |
#define | LL_GPIO_PULL_UP GPIO_ODR_ODR0 |
#define LL_GPIO_PULL_DOWN 0x00000000U |
Select I/O pull down
Definition at line 178 of file stm32f1xx_ll_gpio.h.
Referenced by LL_GPIO_StructInit().
#define LL_GPIO_PULL_UP GPIO_ODR_ODR0 |
Select I/O pull up
Definition at line 179 of file stm32f1xx_ll_gpio.h.