Searched defs:timer_ops_t (Results 1 – 1 of 1) sorted by relevance
33 struct timer_ops_t { struct34 timer_read_time_stamp read_time_stamp;35 timer_get_sys_rtc_time get_sys_rtc_time;59 static inline struct timer_ops_t *get_time_ops(void) in get_time_ops() argument