Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c607 timeStart = OSA_TimeGetMsec(); in OSA_TimeDelay()
611 currTime = OSA_TimeGetMsec(); /* Get current time stamp */ in OSA_TimeDelay()
621 __WEAK_FUNC uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
771 currentTime = OSA_TimeGetMsec(); in OSA_SemaphoreWait()
783 pSemStruct->time_start = OSA_TimeGetMsec(); in OSA_SemaphoreWait()
904 currentTime = OSA_TimeGetMsec(); in OSA_MutexLock()
919 pMutexStruct->time_start = OSA_TimeGetMsec(); in OSA_MutexLock()
1151 currentTime = OSA_TimeGetMsec(); in OSA_EventWait()
1162 pEventStruct->time_start = OSA_TimeGetMsec(); in OSA_EventWait()
1341 currentTime = OSA_TimeGetMsec(); in OSA_MsgQGet()
[all …]
Dfsl_os_abstraction.h1136 uint32_t OSA_TimeGetMsec(void);
Dfsl_os_abstraction_threadx.c454 uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
Dfsl_os_abstraction_zephyr.c301 uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
Dfsl_os_abstraction_free_rtos.c469 uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dosa.h328 OSA_Srand(OSA_TimeGetMsec()); in OSA_Rand()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h594 uint32_t OSA_TimeGetMsec(void);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c261 wm_wifi.last_sent_cmd_msec = OSA_TimeGetMsec(); in wifi_update_last_cmd_sent_ms()
Dmlan_scan.c1556 pbss_entry->scan_result_tsf = (OSA_TimeGetMsec() * 1000); in wlan_interpret_bss_desc_with_ie()