Searched defs:rt_hwtimer_device (Results 1 – 1 of 1) sorted by relevance
65 typedef struct rt_hwtimer_device struct67 struct rt_device parent;68 const struct rt_hwtimer_ops *ops;69 const struct rt_hwtimer_info *info;71 rt_int32_t freq; /* counting frequency set by the user */72 rt_int32_t overflow; /* timer overflows */73 float period_sec; 74 … rt_int32_t cycles; /* how many times will generate a timeout event after overflow */75 rt_int32_t reload; /* reload cycles(using in period mode) */76 rt_hwtimer_mode_t mode; /* timing mode(oneshot/period) */