Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c881 u32 rtw_ms_to_systime(u32 ms) in rtw_ms_to_systime() function
883 if(osdep_service.rtw_ms_to_systime) in rtw_ms_to_systime()
884 return osdep_service.rtw_ms_to_systime(ms); in rtw_ms_to_systime()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h754 u32 rtw_ms_to_systime(u32 ms);
1309 u32 (*rtw_ms_to_systime)(u32 ms); member
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c154 timeout = rtw_ms_to_systime(timeout); in _aos_down_sema()

Completed in 13 milliseconds