|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
GPIO helper functions for STM32F1 and STM32F4. More...
Include dependency graph for gpio_arch.c:Go to the source code of this file.
Functions | |
| void | gpio_enable_clock (uint32_t port) |
| Enable the relevant clock. More... | |
GPIO helper functions for STM32F1 and STM32F4.
Definition in file gpio_arch.c.
| void gpio_enable_clock | ( | uint32_t | port | ) |
Enable the relevant clock.
This is an STM32 specific helper funtion and should only be used in stm32 arch code.
Definition at line 34 of file gpio_arch.c.
References GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, GPIOG, and GPIOH.
Referenced by SpektrumUartInit().
Here is the caller graph for this function: