HAL + 0/2 examples
CodeScope will show references to LL_GPIO_SPEED_FREQ_LOW from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
GPIO
TIM
 
Symbols
loading...
Files
loading...

LL_GPIO_SPEED_FREQ_LOW macro

Select I/O low output speed

Syntax

#define LL_GPIO_SPEED_FREQ_LOW (0x00000000U)

Examples

LL_GPIO_SPEED_FREQ_LOW is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:156
#define LL_GPIO_SPEED_FREQ_LOW (0x00000000U) /*!< Select I/O low output speed */
stm32f4xx_ll_gpio.c:278
GPIO_InitStruct->Speed = LL_GPIO_SPEED_FREQ_LOW;