Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dhwtimer.h44 struct rt_hwtimer_device;
48 void (*init)(struct rt_hwtimer_device *timer, rt_uint32_t state);
49 rt_err_t (*start)(struct rt_hwtimer_device *timer, rt_uint32_t cnt, rt_hwtimer_mode_t mode);
50 void (*stop)(struct rt_hwtimer_device *timer);
51 rt_uint32_t (*count_get)(struct rt_hwtimer_device *timer);
52 rt_err_t (*control)(struct rt_hwtimer_device *timer, rt_uint32_t cmd, void *args);
64 typedef struct rt_hwtimer_device struct

Completed in 2 milliseconds