STM32L486xx HAL User Manual
Defines
GPIO speed
GPIO Exported Constants

GPIO Output Maximum frequency. More...

Defines

#define GPIO_SPEED_FREQ_LOW   ((uint32_t)0x00000000)
#define GPIO_SPEED_FREQ_MEDIUM   ((uint32_t)0x00000001)
#define GPIO_SPEED_FREQ_HIGH   ((uint32_t)0x00000002)
#define GPIO_SPEED_FREQ_VERY_HIGH   ((uint32_t)0x00000003)

Detailed Description

GPIO Output Maximum frequency.


Define Documentation

#define GPIO_SPEED_FREQ_HIGH   ((uint32_t)0x00000002)

range 25 MHz to 50 MHz, please refer to the product datasheet

Definition at line 156 of file stm32l4xx_hal_gpio.h.

Referenced by HAL_RCC_MCOConfig(), and HAL_RCCEx_EnableLSCO().

#define GPIO_SPEED_FREQ_LOW   ((uint32_t)0x00000000)

range up to 5 MHz, please refer to the product datasheet

Definition at line 154 of file stm32l4xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_MEDIUM   ((uint32_t)0x00000001)

range 5 MHz to 25 MHz, please refer to the product datasheet

Definition at line 155 of file stm32l4xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_VERY_HIGH   ((uint32_t)0x00000003)

range 50 MHz to 80 MHz, please refer to the product datasheet

Definition at line 157 of file stm32l4xx_hal_gpio.h.