![]() |
RTEMS 7.0-rc1
|
IO support. More...
#include <stdbool.h>#include <stdint.h>#include <bspopts.h>Go to the source code of this file.
Macros | |
| #define | STM32F4_GPIO_PIN(port, index) ((((port) << 4) | (index)) & 0xff) |
| #define | STM32F4_GPIO_PORT_OF_PIN(pin) (((pin) >> 4) & 0xf) |
| #define | STM32F4_GPIO_INDEX_OF_PIN(pin) ((pin) & 0xf) |
Variables | |
| const stm32f4_gpio_config | stm32f4_start_config_gpio [] |
IO support.