|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for mcu_arch.c:Go to the source code of this file.
Functions | |
| void | mcu_arch_init (void) |
| void WEAK | mcu_periph_energy_save (void) |
| Call board specific energy saving Can be necessary for closing on power off. More... | |
Microcontroller initialization function for ChibiOS
ChibiOS initialized peripherals by itself, only interrupt vector has to be relocated for Luftboot
Definition in file mcu_arch.c.
| void mcu_arch_init | ( | void | ) |
Definition at line 109 of file mcu_arch.c.
Referenced by mcu_init().
Here is the caller graph for this function:| void WEAK mcu_periph_energy_save | ( | void | ) |
Call board specific energy saving Can be necessary for closing on power off.
Definition at line 154 of file mcu_arch.c.
Referenced by sdlog_chibios_finish().
Here is the caller graph for this function: