28 #ifndef SYS_TIME_ARCH_H
29 #define SYS_TIME_ARCH_H
static uint32_t msec_of_cpu_ticks(uint32_t cpu_ticks)
void sys_tick_handler(void)
static uint32_t usec_of_cpu_ticks(uint32_t cpu_ticks)
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
volatile uint32_t nb_sec_rem
remainder of seconds since startup in CPU_TICKS
void sys_time_usleep(uint32_t us)
sys_time_usleep(uint32_t us)
volatile uint32_t nb_sec
full seconds since startup
uint32_t get_sys_time_msec(void)
Get the time in milliseconds since startup.