Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
Dprt_hw_tick_minor.c22 U32 hwCycleFirst; /* PosA */ in OsCycleUpdate() local
32 hwCycleFirst = *(volatile U32 *)OS_SYSTICK_CURRENT_REG; in OsCycleUpdate()
38 if (((hwCycleCtrl & OS_SYSTICK_CONTROL_COUNTFLAG_MSK) != 0) || (hwCycleFirst < hwCycleSecond)) { in OsCycleUpdate()