![]() |
RTEMS 7.0-rc1
|
IO Support. More...
Modules | |
| GPIO Support | |
| GPIO Support. | |
Files | |
| file | io.h |
| IO support. | |
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.