Searched defs:timer_info (Results 1 – 2 of 2) sorted by relevance
62 void timer_init(timer_info_t *timer_info) in timer_init()111 BOOL timer_is_time_out(timer_info_t *timer_info) in timer_is_time_out()143 void timer_stop(timer_info_t *timer_info) in timer_stop()164 unsigned long timer_get_time_ns(timer_info_t *timer_info) in timer_get_time_ns()191 void timer_print_regs(timer_info_t *timer_info) in timer_print_regs()209 void timer_int_clr(timer_info_t *timer_info) in timer_int_clr()232 void timer_cnt_clr(timer_info_t *timer_info) in timer_cnt_clr()257 void timer_int_init(timer_info_t *timer_info, int hrc, int lrc) in timer_int_init()
50 nrf5x_timer_info_t timer_info; member114 nrf5x_timer_info_t *timer_info = RT_NULL; in timer_init() local131 nrf5x_timer_info_t *timer_info = RT_NULL; in timer_start() local156 nrf5x_timer_info_t *timer_info = RT_NULL; in timer_stop() local239 nrf5x_timer_info_t *timer_info = RT_NULL; in timer_ctrl() local273 nrf5x_timer_info_t *timer_info = RT_NULL; in timer_counter_get() local
Completed in 5 milliseconds