Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
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 softi2c_setup_gpio().