Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c861 u32 rtw_systime_to_ms(u32 systime) in rtw_systime_to_ms() function
863 if(osdep_service.rtw_systime_to_ms) in rtw_systime_to_ms()
864 return osdep_service.rtw_systime_to_ms(systime); in rtw_systime_to_ms()
904 return rtw_systime_to_ms(rtw_get_current_time() - start); in rtw_get_passing_time_ms()
909 return rtw_systime_to_ms(end - start); in rtw_get_time_interval_ms()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_promisc.c340 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test()
458 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test_all()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h740 u32 rtw_systime_to_ms(u32 systime);
1307 u32 (*rtw_systime_to_ms)(u32 systime); member

Completed in 25 milliseconds