STM32F103xB HAL User Manual
Modules | Defines
GPIO Exported Constants
GPIO

Modules

 PIN
 Mode
 Output Type
 Output Speed
 Pull Up Pull Down
 EVENTOUT Pin
 EVENTOUT Port
 GPIO EXTI PORT
 GPIO EXTI LINE

Defines

#define LL_GPIO_SPEED_FREQ_LOW   LL_GPIO_MODE_OUTPUT_2MHz
#define LL_GPIO_SPEED_FREQ_MEDIUM   LL_GPIO_MODE_OUTPUT_10MHz
#define LL_GPIO_SPEED_FREQ_HIGH   LL_GPIO_MODE_OUTPUT_50MHz

Define Documentation

Select I/O high output speed

Definition at line 173 of file stm32f1xx_ll_gpio.h.

Select I/O low output speed

Definition at line 171 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_StructInit().

Select I/O medium output speed

Definition at line 172 of file stm32f1xx_ll_gpio.h.