Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_timer.h55 } hal_timer_id_t; typedef
59 void hal_timer_init(hal_timer_id_t timer);
60 void hal_timer_uninit(hal_timer_id_t timer);
61 void hal_timer_stop(hal_timer_id_t timer);
62 void hal_timer_start(hal_timer_id_t timer, bool periodic);
63 hal_timer_status_t hal_timer_set_oneshot(hal_timer_id_t timer, uint32_t delay_us, timer_callback ca…
64 hal_timer_status_t hal_timer_set_periodic(hal_timer_id_t timer, uint32_t delay_us, timer_callback c…
/bsp/allwinner/libraries/sunxi-hal/hal/source/timer/
A Dhal_timer.c36 void hal_timer_init(hal_timer_id_t timer) in hal_timer_init()
41 void hal_timer_uninit(hal_timer_id_t timer) in hal_timer_uninit()
46 void hal_timer_stop(hal_timer_id_t timer) in hal_timer_stop()
51 void hal_timer_start(hal_timer_id_t timer, bool periodic) in hal_timer_start()
56 hal_timer_status_t hal_timer_set_oneshot(hal_timer_id_t timer, uint32_t delay_us, timer_callback ca… in hal_timer_set_oneshot()
70 hal_timer_status_t hal_timer_set_periodic(hal_timer_id_t timer, uint32_t delay_us, timer_callback c… in hal_timer_set_periodic()
A Dsunxi_timer.h79 void sunxi_timer_init(hal_timer_id_t id);
80 void sunxi_timer_uninit(hal_timer_id_t id);
A Dsunxi_timer.c156 void sunxi_timer_init(hal_timer_id_t id) in sunxi_timer_init()
189 void sunxi_timer_uninit(hal_timer_id_t id) in sunxi_timer_uninit()

Completed in 7 milliseconds