|
Paparazzi UAS v7.0_unstable
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. | |
| void | boardInit (void) |
| Board-specific initialization code. | |
Variables | |
| static const gpio_config_t | gpio_default_config |
| STM32 GPIO static initialization data. | |
| struct gpio_setup_t |
Early initialization code.
GPIO ports and system clocks are initialized before everything else.
Definition at line 259 of file board.c.
References foo, and stm32_gpio_init().
Here is the call graph for this function:Board-specific initialization code.
Definition at line 317 of file board.c.
References AFIO_MAPR_VAL, and foo.
|
static |
Definition at line 180 of file board.c.
Referenced by stm32_gpio_init().
Here is the caller graph for this function:Definition at line 192 of file board.c.
References foo, 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 107 of file board.c.
Referenced by stm32_gpio_init().