Searched refs:S32_SysTick (Results 1 – 4 of 4) sorted by relevance
99 #define SYSTICK_GET_COUNTER() ((S32_SysTick->CVR) & S32_SysTick_CVR_CURRENT_MASK)141 S32_SysTick->CSRr = S32_SysTick_CSR_ENABLE(0u); in OsIf_Timer_System_Internal_Init()142 S32_SysTick->RVR = S32_SysTick_RVR_RELOAD(SYSTICK_MAX); in OsIf_Timer_System_Internal_Init()143 S32_SysTick->CVR = S32_SysTick_CVR_CURRENT(0U); in OsIf_Timer_System_Internal_Init()144 …S32_SysTick->CSRr = S32_SysTick_CSR_ENABLE(1u) | S32_SysTick_CSR_TICKINT(0u) | S32_SysTick_CSR_CLK… in OsIf_Timer_System_Internal_Init()160 dif = SYSTICK_DELTA_OUTER(CurrentVal, *CurrentRef, S32_SysTick->RVR); in OsIf_Timer_System_Internal_GetElapsed()
90 #define S32_SysTick ((S32_SysTick_Type *)S32_SysTick_BASE) macro94 #define S32_SysTick_BASE_PTRS { S32_SysTick }