Home
last modified time | relevance | path

Searched refs:wm_timer (Results 1 – 1 of 1) sorted by relevance

/bsp/w60x/drivers/
A Ddrv_hw_timer.c28 struct wm_timer_Type *wm_timer = (struct wm_timer_Type *)timer->parent.user_data; in wm_timer_init() local
30 timer_cfg.unit = wm_timer->unit; in wm_timer_init()
38 tls_timer_create(&timer_cfg, wm_timer->id); in wm_timer_init()
42 tls_timer_destroy(wm_timer->id); in wm_timer_init()
48 struct wm_timer_Type *wm_timer = (struct wm_timer_Type *)timer->parent.user_data; in wm_timer_start() local
51 tls_timer_change(wm_timer->id, t); in wm_timer_start()
53 tls_timer_set_mode(wm_timer->id, m); in wm_timer_start()
54 tls_timer_start(wm_timer->id); in wm_timer_start()
61 struct wm_timer_Type *wm_timer = (struct wm_timer_Type *)timer->parent.user_data; in wm_timer_stop() local
63 tls_timer_stop(wm_timer->id); in wm_timer_stop()

Completed in 4 milliseconds