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
21
void
micros_power_shutdown
();
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
micros_interrupts.h
micros_power_shutdown
void micros_power_shutdown()
Shutdowns operating system.
Definition:
micros_power.c:8
micros_power_reboot
void micros_power_reboot()
Reboots operating system.
Definition:
micros_power.c:3
library
src
micros
micros_power.h
Generated by
1.8.13