Home
last modified time | relevance | path

Searched refs:MILLION (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/minilibc/libc/
A Dclock_gettime.c20 #define MILLION 1000000 macro
71 timer_loadtimer = 10 * MILLION; /*10Mus=10s */ in clock_timer_init()
72 TIMER_LOADCOUNT = timer_loadtimer * (APB_FREQ / MILLION); in clock_timer_init()
167 tp->tv_nsec = (systimer_val % APB_FREQ) * 1000 * MILLION / APB_FREQ; in clock_gettime()

Completed in 2 milliseconds