|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | STM32_GPIO_WKUP (1 << 8) |
| Configures a GPIO pin to power on the system after Poweroff. | |
| #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. | |