Searched refs:period_sec (Results 1 – 2 of 2) sorted by relevance
88 timer->period_sec = timeout; in timeout_calc()184 cnt = (rt_uint32_t)(timer->freq * timer->period_sec) - cnt; in rt_hwtimer_read()191 t = overflow * timer->period_sec + cnt/(float)timer->freq; in rt_hwtimer_read()
72 float period_sec; member
Completed in 8 milliseconds