Searched refs:timer_info_t (Results 1 – 4 of 4) sorted by relevance
36 }timer_info_t; typedef42 void timer_init(timer_info_t *timer_info);49 BOOL timer_is_time_out(timer_info_t *timer_info);55 void timer_stop(timer_info_t *timer_info);62 unsigned long timer_get_time_ns(timer_info_t *timer_info);68 void timer_print_regs(timer_info_t *timer_info);74 void timer_int_clr(timer_info_t *timer_info);80 void timer_cnt_clr(timer_info_t *timer_info);87 void timer_int_init(timer_info_t *timer_info, int hrc, int lrc);
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()
102 timer_info_t info; in drv_pwm_get()
659 timer_info_t agt1_info = {RESET_VALUE}; in agt_timer_get()
Completed in 14 milliseconds