Home
last modified time | relevance | path

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

/components/drivers/hwtimer/
A Dhwtimer.c88 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()
/components/drivers/include/drivers/
A Dhwtimer.h72 float period_sec; member

Completed in 8 milliseconds