Searched refs:hal_timer_set_oneshot (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/test/timer/ |
| A D | test_timer.c | 48 hal_timer_set_oneshot(SUNXI_TMR0, 5000000, hal_timer_irq_callback, NULL); in cmd_test_hal_timer()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_timer.h | 63 hal_timer_status_t hal_timer_set_oneshot(hal_timer_id_t timer, uint32_t delay_us, timer_callback ca…
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/timer/ |
| A D | hal_timer.c | 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() function
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | sun8iw20-codec.c | 937 hal_timer_set_oneshot(SUNXI_TMR0, 300000, sunxi_jack_detect, sunxi_codec); in sunxi_jack_irq_handler()
|
Completed in 7 milliseconds