Searched refs:hal_htimer_id (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_htimer.h | 48 }hal_htimer_id; typedef 59 void hal_htimer_stop(hal_htimer_id timer); 60 void hal_htimer_start(hal_htimer_id timer, bool periodic); 61 hal_htimer_status_t hal_htimer_set_oneshot(hal_htimer_id timer, uint32_t delay_us, timer_callback c… 62 hal_htimer_status_t hal_htimer_set_periodic(hal_htimer_id timer, uint32_t delay_us, timer_callback …
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/timer/ |
| A D | hal_htimer.c | 48 void hal_htimer_stop(hal_htimer_id timer) in hal_htimer_stop() 53 void hal_htimer_start(hal_htimer_id timer, bool periodic) in hal_htimer_start() 58 hal_htimer_status_t hal_htimer_set_oneshot(hal_htimer_id timer, uint32_t delay_us, timer_callback c… in hal_htimer_set_oneshot() 72 hal_htimer_status_t hal_htimer_set_periodic(hal_htimer_id timer, uint32_t delay_us, timer_callback … in hal_htimer_set_periodic()
|
Completed in 5 milliseconds