STM32H735xx HAL User Manual
Defines
GPIO speed define
GPIO Exported Constants

GPIO Output Maximum frequency. More...

Defines

#define GPIO_SPEED_FREQ_LOW   (0x00000000U)
#define GPIO_SPEED_FREQ_MEDIUM   (0x00000001U)
#define GPIO_SPEED_FREQ_HIGH   (0x00000002U)
#define GPIO_SPEED_FREQ_VERY_HIGH   (0x00000003U)

Detailed Description

GPIO Output Maximum frequency.


Define Documentation

#define GPIO_SPEED_FREQ_HIGH   (0x00000002U)

Fast speed

Definition at line 140 of file stm32h7xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_LOW   (0x00000000U)

Low speed

Definition at line 138 of file stm32h7xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_MEDIUM   (0x00000001U)

Medium speed

Definition at line 139 of file stm32h7xx_hal_gpio.h.

#define GPIO_SPEED_FREQ_VERY_HIGH   (0x00000003U)

High speed

Definition at line 141 of file stm32h7xx_hal_gpio.h.

Referenced by HAL_RCC_MCOConfig().