SYSCALL_TIME
#define SYSCALL_TIME() (cpu_counter32())
#define SYSCALL_TIME() (cpu_hascounter() ? cpu_counter32() : 0u)