Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/os/liteos/
Dwm_osal_liteos.c858 u32 uwTimerID; in tls_os_timer_create() local
879 ret = LOS_SwtmrCreate(period, ucMode, tls_swtmr_common_callback, &uwTimerID, in tls_os_timer_create()
882 ret = LOS_SwtmrCreate(period, ucMode, tls_swtmr_common_callback, &uwTimerID, swtmr_cb); in tls_os_timer_create()
886 swtmr_cb->swtmrId = uwTimerID; in tls_os_timer_create()
909 u32 uwTimerID; in tls_os_timer_start() local
914 uwTimerID = swtmr_cb->swtmrId; in tls_os_timer_start()
915 ret = LOS_SwtmrStart(uwTimerID); in tls_os_timer_start()
1015 u32 uwTimerID; in tls_os_timer_stop() local
1021 uwTimerID = swtmr_cb->swtmrId; in tls_os_timer_stop()
1022 ret = LOS_SwtmrStop(uwTimerID); in tls_os_timer_stop()
[all …]