Home
last modified time | relevance | path

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

/components/drivers/hwtimer/
A Dhwtimer.c97 rt_hwtimer_t *timer; in rt_hwtimer_init()
99 timer = (rt_hwtimer_t *)dev; in rt_hwtimer_init()
128 rt_hwtimer_t *timer; in rt_hwtimer_open()
130 timer = (rt_hwtimer_t *)dev; in rt_hwtimer_open()
146 rt_hwtimer_t *timer; in rt_hwtimer_close()
148 timer = (rt_hwtimer_t*)dev; in rt_hwtimer_close()
166 rt_hwtimer_t *timer; in rt_hwtimer_read()
173 timer = (rt_hwtimer_t *)dev; in rt_hwtimer_read()
205 rt_hwtimer_t *timer; in rt_hwtimer_write()
207 timer = (rt_hwtimer_t *)dev; in rt_hwtimer_write()
[all …]
/components/drivers/include/drivers/
A Dhwtimer.h76 } rt_hwtimer_t; typedef
78 rt_err_t rt_device_hwtimer_register(rt_hwtimer_t *timer, const char *name, void *user_data);
79 void rt_device_hwtimer_isr(rt_hwtimer_t *timer);

Completed in 3 milliseconds