Home
last modified time | relevance | path

Searched refs:MSDK_GetCpuCycleCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/common/
Dfsl_common_arm.c139 uint32_t MSDK_GetCpuCycleCount(void) in MSDK_GetCpuCycleCount() function
219 count += MSDK_GetCpuCycleCount(); in SDK_DelayAtLeastUs()
225 while (count < MSDK_GetCpuCycleCount()) in SDK_DelayAtLeastUs()
231 while (count > MSDK_GetCpuCycleCount()) in SDK_DelayAtLeastUs()
Dfsl_common_arm.h843 uint32_t MSDK_GetCpuCycleCount(void);