Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
#define | STM32_GPIO_WKUP (1 << 8) |
STM32 GPIO specific flags. | |
#define | STM32_GPIO_LOW_SPEED (0x0 << STM32_GPIO_SPEED_SHIFT) |
Configure the GPIO pin output speed to be low. | |
#define | STM32_GPIO_MEDIUM_SPEED (0x1 << STM32_GPIO_SPEED_SHIFT) |
Configure the GPIO pin output speed to be medium. | |
#define | STM32_GPIO_HIGH_SPEED (0x2 << STM32_GPIO_SPEED_SHIFT) |
Configure the GPIO pin output speed to be high. | |
#define | STM32_GPIO_VERY_HIGH_SPEED (0x3 << STM32_GPIO_SPEED_SHIFT) |
Configure the GPIO pin output speed to be very high. | |