Home
last modified time | relevance | path

Searched refs:SYSTICK_OVERFLOWED (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c104 #define SYSTICK_OVERFLOWED(curr, ref) (curr > ref) macro
157 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed()
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c110 #define SYSTICK_OVERFLOWED(curr, ref) (curr > ref) macro
181 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed()
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c110 #define SYSTICK_OVERFLOWED(curr, ref) (curr > ref) macro
181 if (SYSTICK_OVERFLOWED((CurrentVal), (*CurrentRef))) in OsIf_Timer_System_Internal_GetElapsed()