Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dhal_timer.c13 gtimer_t local_timer; variable
22 memset(&local_timer, 0, sizeof(local_timer)); in hal_timer_init()
27 gtimer_init(&local_timer, tim->port); in hal_timer_init()
43 …gtimer_start_one_shout(&local_timer, tim->config.period, tim->config.cb, (uint32_t)tim->config.arg… in hal_timer_start()
45 …gtimer_start_periodical(&local_timer, tim->config.period, tim->config.cb, (uint32_t)tim->config.ar… in hal_timer_start()
57 gtimer_stop(&local_timer); in hal_timer_stop()
66 gtimer_deinit(&local_timer); in hal_timer_finalize()

Completed in 2 milliseconds