|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "hal.h"#include "stm32_gpio.h"
Include dependency graph for board.c:Go to the source code of this file.
Data Structures | |
| struct | gpio_setup_t |
| Type of STM32 GPIO port setup. More... | |
| struct | gpio_config_t |
| Type of STM32 GPIO initialization data. More... | |
Functions | |
| static void | gpio_init (stm32_gpio_t *gpiop, const gpio_setup_t *config) |
| static void | stm32_gpio_init (void) |
| void | __early_init (void) |
| Early initialization code. More... | |
| void | boardInit (void) |
| Board-specific initialization code. More... | |
| void | mcu_periph_energy_save (void) |
| Energy saving procedure for SD log closing. More... | |
Variables | |
| static const gpio_config_t | gpio_default_config |
| STM32 GPIO static initialization data. More... | |
| struct gpio_setup_t |
| void __early_init | ( | void | ) |
Early initialization code.
GPIO ports and system clocks are initialized before everything else.
Definition at line 210 of file board.c.
References stm32_gpio_init().
Here is the call graph for this function:| void boardInit | ( | void | ) |
|
static |
Definition at line 143 of file board.c.
References config.
Referenced by stm32_gpio_init().
Here is the caller graph for this function:| void mcu_periph_energy_save | ( | void | ) |
|
static |
Definition at line 154 of file board.c.
References gpio_default_config, gpio_init(), GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, GPIOG, and GPIOH.
Referenced by __early_init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
STM32 GPIO static initialization data.
Definition at line 92 of file board.c.
Referenced by stm32_gpio_init().