Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c512 timeStart = OSA_TimeGetMsec(); in OSA_TimeDelay()
516 currTime = OSA_TimeGetMsec(); /* Get current time stamp */ in OSA_TimeDelay()
526 __WEAK_FUNC uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
674 currentTime = OSA_TimeGetMsec(); in OSA_SemaphoreWait()
689 pSemStruct->time_start = OSA_TimeGetMsec(); in OSA_SemaphoreWait()
810 currentTime = OSA_TimeGetMsec(); in OSA_MutexLock()
825 pMutexStruct->time_start = OSA_TimeGetMsec(); in OSA_MutexLock()
1054 currentTime = OSA_TimeGetMsec(); in OSA_EventWait()
1065 pEventStruct->time_start = OSA_TimeGetMsec(); in OSA_EventWait()
1244 currentTime = OSA_TimeGetMsec(); in OSA_MsgQGet()
[all …]
Dfsl_os_abstraction.h988 uint32_t OSA_TimeGetMsec(void);
Dfsl_os_abstraction_threadx.c333 uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
Dfsl_os_abstraction_free_rtos.c345 uint32_t OSA_TimeGetMsec(void) in OSA_TimeGetMsec() function
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h594 uint32_t OSA_TimeGetMsec(void);