Home
last modified time | relevance | path

Searched defs:halTimeStampHandle (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_lptmr_time_stamp.c42 static void HAL_HWTimeStampInit(hal_time_stamp_handle_t halTimeStampHandle) in HAL_HWTimeStampInit()
72 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
90 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
99 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
103 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
Dfsl_adapter_lpit_time_stamp.c40 static void HAL_HWTimeStampInit(hal_time_stamp_handle_t halTimeStampHandle) in HAL_HWTimeStampInit()
79 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
96 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
107 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
113 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
Dfsl_adapter_pit_time_stamp.c40 static void HAL_HWTimeStampInit(hal_time_stamp_handle_t halTimeStampHandle) in HAL_HWTimeStampInit()
67 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
84 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
104 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
110 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
Dfsl_adapter_gpt_time_stamp.c42 static void HAL_HWTimeStampInit(hal_time_stamp_handle_t halTimeStampHandle) in HAL_HWTimeStampInit()
76 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
94 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
103 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
107 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
Dfsl_adapter_ostimer_time_stamp.c42 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
59 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
70 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
78 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
Dfsl_adapter_ctimer_time_stamp.c43 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t *halTime… in HAL_TimeStampInit()
82 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle) in HAL_GetTimeStamp()
92 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampExitLowpower()
97 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle) in HAL_TimeStampEnterLowpower()
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c588 hal_time_stamp_handle_t halTimeStampHandle = &s_timermanager.halTimeStampHandle[0]; in TM_Init() local