/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/src/ |
D | OsIf_Timer.c | 167 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef); 186 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef) in OsIf_Timer_Dummy_GetElapsed() argument 188 (void)CurrentRef; in OsIf_Timer_Dummy_GetElapsed() 262 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter) in OsIf_GetElapsed() argument 267 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed() 271 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed() 276 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
|
D | OsIf_Timer_System.c | 199 …r_System_Internal_GetElapsed(CurrentRef) OsIf_Trusted_Call_Return1param(OsIf_Timer_System_Intern… argument 204 …rusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef) OsIf_Timer_System_Internal_GetElapsed(C… 374 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_GetElapsed() argument 407 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed() 413 Elapsed = CurrentVal - *CurrentRef; in OsIf_Timer_System_GetElapsed() 414 *CurrentRef = CurrentVal; in OsIf_Timer_System_GetElapsed() 419 Elapsed = Trusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef); in OsIf_Timer_System_GetElapsed()
|
D | OsIf_Timer_System_Internal_Systick.c | 153 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_Internal_GetElapsed() argument 157 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed() 160 dif = SYSTICK_DELTA_OUTER(CurrentVal, *CurrentRef, S32_SysTick->RVR); in OsIf_Timer_System_Internal_GetElapsed() 165 dif = SYSTICK_DELTA_INNER(*CurrentRef, CurrentVal); in OsIf_Timer_System_Internal_GetElapsed() 167 *CurrentRef = CurrentVal; in OsIf_Timer_System_Internal_GetElapsed()
|
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/src/ |
D | OsIf_Timer.c | 177 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef); 206 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef) in OsIf_Timer_Dummy_GetElapsed() argument 208 (void)CurrentRef; in OsIf_Timer_Dummy_GetElapsed() 313 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter) in OsIf_GetElapsed() argument 319 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed() 323 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed() 328 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
|
D | OsIf_Timer_System.c | 211 …r_System_Internal_GetElapsed(CurrentRef) OsIf_Trusted_Call_Return1param(OsIf_Timer_System_Intern… argument 216 …rusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef) OsIf_Timer_System_Internal_GetElapsed(C… 398 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_GetElapsed() argument 434 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed() 440 Elapsed = CurrentVal - *CurrentRef; in OsIf_Timer_System_GetElapsed() 441 *CurrentRef = CurrentVal; in OsIf_Timer_System_GetElapsed() 446 Elapsed = Trusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef); in OsIf_Timer_System_GetElapsed()
|
D | OsIf_Timer_System_Internal_Systick.c | 176 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_Internal_GetElapsed() argument 181 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed() 184 dif = SYSTICK_DELTA_OUTER(CurrentVal, *CurrentRef, SYSTICK_MAX); in OsIf_Timer_System_Internal_GetElapsed() 189 dif = SYSTICK_DELTA_INNER(*CurrentRef, CurrentVal); in OsIf_Timer_System_Internal_GetElapsed() 191 *CurrentRef = CurrentVal; in OsIf_Timer_System_Internal_GetElapsed()
|
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/src/ |
D | OsIf_Timer.c | 177 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef); 206 static inline uint32 OsIf_Timer_Dummy_GetElapsed(const uint32 * const CurrentRef) in OsIf_Timer_Dummy_GetElapsed() argument 208 (void)CurrentRef; in OsIf_Timer_Dummy_GetElapsed() 313 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter) in OsIf_GetElapsed() argument 319 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed() 323 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed() 328 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
|
D | OsIf_Timer_System.c | 211 …r_System_Internal_GetElapsed(CurrentRef) OsIf_Trusted_Call_Return1param(OsIf_Timer_System_Intern… argument 216 …rusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef) OsIf_Timer_System_Internal_GetElapsed(C… 398 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_GetElapsed() argument 434 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed() 440 Elapsed = CurrentVal - *CurrentRef; in OsIf_Timer_System_GetElapsed() 441 *CurrentRef = CurrentVal; in OsIf_Timer_System_GetElapsed() 446 Elapsed = Trusted_OsIf_Timer_System_Internal_GetElapsed(CurrentRef); in OsIf_Timer_System_GetElapsed()
|
D | OsIf_Timer_System_Internal_Systick.c | 176 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_Internal_GetElapsed() argument 181 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed() 184 dif = SYSTICK_DELTA_OUTER(CurrentVal, *CurrentRef, SYSTICK_MAX); in OsIf_Timer_System_Internal_GetElapsed() 189 dif = SYSTICK_DELTA_INNER(*CurrentRef, CurrentVal); in OsIf_Timer_System_Internal_GetElapsed() 191 *CurrentRef = CurrentVal; in OsIf_Timer_System_Internal_GetElapsed()
|
D | OsIf_Timer_System_Internal_GenericTimer.c | 352 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef) in OsIf_Timer_System_Internal_GetElapsed() argument 357 if (GENERICTIMER_OVERFLOWED(CurrentVal, *CurrentRef)) in OsIf_Timer_System_Internal_GetElapsed() 360 dif = GENERICTIMER_DELTA_OUTER(CurrentVal, *CurrentRef, GENERICTIMER_TVAL_MAX); in OsIf_Timer_System_Internal_GetElapsed() 365 dif = GENERICTIMER_DELTA_INNER(*CurrentRef, CurrentVal); in OsIf_Timer_System_Internal_GetElapsed() 367 *CurrentRef = CurrentVal; in OsIf_Timer_System_Internal_GetElapsed()
|
/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/include/ |
D | OsIf_Timer_System.h | 78 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_Custom.h | 78 uint32 OsIf_Timer_Custom_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_System_Internal_Systick.h | 107 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf.h | 148 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter);
|
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/include/ |
D | OsIf_Timer_System.h | 99 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_Custom.h | 100 uint32 OsIf_Timer_Custom_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_System_Internal_GenericTimer.h | 109 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_System_Internal_Systick.h | 109 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf.h | 155 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter);
|
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/include/ |
D | OsIf_Timer_Custom.h | 100 uint32 OsIf_Timer_Custom_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_System.h | 99 uint32 OsIf_Timer_System_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf_Timer_System_Internal_Systick.h | 109 uint32 OsIf_Timer_System_Internal_GetElapsed(uint32 * const CurrentRef);
|
D | OsIf.h | 155 uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter);
|