Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
mcu_arch.c File Reference
#include "ch.h"
#include "hal.h"
#include "mcu.h"
+ 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...
 

Detailed Description

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.

Function Documentation

◆ mcu_arch_init()

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:

◆ mcu_periph_energy_save()

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: