HAL + 0/17 examples
CodeScope will show references to GPIO_SPEED_FREQ_HIGH from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
UART
STM32446E_EVAL
Examples
CAN
STM32469I-Discovery
Applications
USBX
STM32469I_EVAL
Examples
CAN
STM324x9I_EVAL
Examples
CAN
STM324xG_EVAL
Examples
CAN
STM32F411RE-Nucleo
Examples_MIX
PWR
STM32F413ZH-Nucleo
Examples
SPI
STM32F429ZI-Nucleo
Applications
USBX
 
Symbols
loading...
Files
loading...

GPIO_SPEED_FREQ_HIGH macro

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

Syntax

#define GPIO_SPEED_FREQ_HIGH 0x00000002U

Examples

GPIO_SPEED_FREQ_HIGH is referenced by 17 libraries and example projects.

References

LocationText
stm32f4xx_hal_gpio.h:143
#define GPIO_SPEED_FREQ_HIGH 0x00000002U /*!< range 25 MHz to 100 MHz, please refer to the product datasheet */
stm32_hal_legacy.h:773
#define GPIO_SPEED_FAST GPIO_SPEED_FREQ_HIGH
stm32f4xx_hal_gpio.h:296
((SPEED) == GPIO_SPEED_FREQ_HIGH) || ((SPEED) == GPIO_SPEED_FREQ_VERY_HIGH))