Searched refs:hal_timer_common_start (Results 1 – 1 of 1) sorted by relevance
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_timer.c | 831 static void hal_timer_common_start(uint32_t id, uint32_t sub_id, uint32_t load) in hal_timer_common_start() function 887 hal_timer_common_start(0, SLOW_TIMER_SUB_ID_WITH_IRQ, load); in hal_timer_start() 942 hal_timer_common_start(1, 1, load); in hal_fast_timer_start() 1030 hal_timer_common_start(2, 0, load); in hal_user_timer0_start() 1081 hal_timer_common_start(2, 1, load); in hal_user_timer1_start()
|