MicrOS
micros_power.h
Go to the documentation of this file.
1 #ifndef MICROS_POWER_H
2 #define MICROS_POWER_H
3 
4 #include <stdint.h>
5 #include "micros_interrupts.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
12 
15 void micros_power_reboot();
16 
18 
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
void micros_power_shutdown()
Shutdowns operating system.
Definition: micros_power.c:8
void micros_power_reboot()
Reboots operating system.
Definition: micros_power.c:3