Searched refs:uwTimerID (Results 1 – 1 of 1) sorted by relevance
858 u32 uwTimerID; in tls_os_timer_create() local879 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() local914 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() local1021 uwTimerID = swtmr_cb->swtmrId; in tls_os_timer_stop()1022 ret = LOS_SwtmrStop(uwTimerID); in tls_os_timer_stop()[all …]