Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
mcu.c File Reference

Arch independent mcu ( Micro Controller Unit ) utilities. More...

#include "mcu.h"
#include "std.h"
+ Include dependency graph for mcu.c:

Go to the source code of this file.

Functions

void WEAK board_init (void)
 Optional board init function called at the start of mcu_init(). More...
 
void WEAK board_init2 (void)
 Optional board init function called at the end of mcu_init(). More...
 
void mcu_init (void)
 Microcontroller peripherals initialization. More...
 
void mcu_event (void)
 MCU event functions. More...
 

Detailed Description

Arch independent mcu ( Micro Controller Unit ) utilities.

Definition in file mcu.c.