|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
linux arch dependant microcontroller initialisation functions. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | mcu_int_enable() {} |
| #define | mcu_int_disable() {} |
Functions | |
| void | mcu_arch_init (void) |
linux arch dependant microcontroller initialisation functions.
Because Linux runs on omap, we don't have to initialize the MCU ourselves.
Definition in file mcu_arch.h.
| #define mcu_int_disable | ( | ) | {} |
Definition at line 36 of file mcu_arch.h.
| #define mcu_int_enable | ( | ) | {} |
Definition at line 35 of file mcu_arch.h.
| void mcu_arch_init | ( | void | ) |
Definition at line 109 of file mcu_arch.c.