Implementation of required system calls.
More...
Implementation of required system calls.
- Author
- Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net
Definition in file syscalls.h.
Go to the source code of this file.
|
|
uint64_t | system_get_time_64 (void) |
| | Time since boot in us (64bit version)
|
| |
|
void | system_wdt_init (void) |
| | initialize system watchdog timer and start it
|
| |
|
void | system_wdt_start (void) |
| | start the initialized system watchdog timer
|
| |
|
void | system_wdt_stop (void) |
| | start the running system watchdog timer
|
| |
|
void | system_wdt_feed (void) |
| | reset the system watchdog timer
|
| |