Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dhwtimer.h65 typedef struct rt_hwtimer_device struct
67 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) */