Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dhwtimer.h58 rt_int32_t maxfreq; /* the maximum count frequency timer support */ member
/components/drivers/hwtimer/
A Dhwtimer.c101 if ((1000000 <= timer->info->maxfreq) && (1000000 >= timer->info->minfreq)) in rt_hwtimer_init()
265 if ((*f > timer->info->maxfreq) || (*f < timer->info->minfreq)) in rt_hwtimer_control()

Completed in 4 milliseconds