33 #ifndef SYS_TIME_ARCH_H
34 #define SYS_TIME_ARCH_H
void sys_time_msleep(uint16_t ms)
Architecture independent timing functions.
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
void sys_time_ssleep(uint8_t s)
void sys_time_usleep(uint32_t us)
sys_time_usleep(uint32_t us)
uint32_t get_sys_time_msec(void)
Get the time in milliseconds since startup.