SingingCat
0
application
include
reboot.h
1
#ifndef REBOOT_H
2
#define REBOOT_H 1
3
void
reboot_immediately(
void
);
4
void
reboot_fast(
void
);
5
void
reboot_hard(
void
);
6
void
reboot(
int
num);
7
void
avoid_watchdog(
void
) __attribute__((no_instrument_function));
8
void
restart_app_adr(uint32_t address);
9
10
11
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4