Implementation of required system calls. More...
Implementation of required system calls.
Definition in file syscalls.h.
#include "syscalls_common.h"
Go to the source code of this file.
Functions | |
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 | |