STM32F103xB HAL User Manual
Defines
GPIO speed define
GPIO Exported Constants

GPIO Output Maximum frequency. More...

Defines

#define GPIO_SPEED_FREQ_LOW   (GPIO_CRL_MODE0_1)
#define GPIO_SPEED_FREQ_MEDIUM   (GPIO_CRL_MODE0_0)
#define GPIO_SPEED_FREQ_HIGH   (GPIO_CRL_MODE0)

Detailed Description

GPIO Output Maximum frequency.


Define Documentation

#define GPIO_SPEED_FREQ_HIGH   (GPIO_CRL_MODE0)

High speed

Definition at line 143 of file stm32f1xx_hal_gpio.h.

Referenced by HAL_RCC_MCOConfig().

#define GPIO_SPEED_FREQ_LOW   (GPIO_CRL_MODE0_1)

Low speed

Definition at line 141 of file stm32f1xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_MEDIUM   (GPIO_CRL_MODE0_0)

Medium speed

Definition at line 142 of file stm32f1xx_hal_gpio.h.