Home
last modified time | relevance | path

Searched refs:HAL_GetTimeStamp (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1170/
Dfwk_platform.c56 return HAL_GetTimeStamp(timestampHandle); in PLATFORM_GetTimeStamp()
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_time_stamp.h100 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle);
Dfsl_adapter_ostimer_time_stamp.c59 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
Dfsl_adapter_lptmr_time_stamp.c90 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
Dfsl_adapter_ctimer_time_stamp.c82 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
Dfsl_adapter_gpt_time_stamp.c94 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
Dfsl_adapter_pit_time_stamp.c84 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
Dfsl_adapter_lpit_time_stamp.c96 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp() function
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform.c47 return HAL_GetTimeStamp(timestampHandle); in PLATFORM_GetTimeStamp()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/MIMXRT595S/
Dfwk_platform.c51 return HAL_GetTimeStamp(timestampHandle); in PLATFORM_GetTimeStamp()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform.c73 return HAL_GetTimeStamp(timestampHandle); in PLATFORM_GetTimeStamp()
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c762 return HAL_GetTimeStamp((hal_time_stamp_handle_t)s_timermanager.halTimeStampHandle); in TM_GetTimestamp()