Searched refs:hal_time_stamp_handle_t (Results 1 – 8 of 8) sorted by relevance
60 typedef void* hal_time_stamp_handle_t; typedef92 void HAL_TimeStampInit(hal_time_stamp_handle_t halTimeStampHandle, hal_time_stamp_config_t* halTime…100 uint64_t HAL_GetTimeStamp(hal_time_stamp_handle_t halTimeStampHandle);109 void HAL_TimeStampExitLowpower(hal_time_stamp_handle_t halTimeStampHandle);118 void HAL_TimeStampEnterLowpower(hal_time_stamp_handle_t halTimeStampHandle);
42 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()
42 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()
40 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()
40 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()
42 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()
43 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()
588 hal_time_stamp_handle_t halTimeStampHandle = &s_timermanager.halTimeStampHandle[0]; in TM_Init()762 return HAL_GetTimeStamp((hal_time_stamp_handle_t)s_timermanager.halTimeStampHandle); in TM_GetTimestamp()