Searched refs:SystemCounterVal (Results 1 – 1 of 1) sorted by relevance
124 UINT64 SystemCounterVal; in MicroSecondDelay() local138 SystemCounterVal = ArmGenericTimerGetSystemCount (); in MicroSecondDelay()140 TimerTicks64 += SystemCounterVal; in MicroSecondDelay()143 while (SystemCounterVal < TimerTicks64) { in MicroSecondDelay()144 SystemCounterVal = ArmGenericTimerGetSystemCount (); in MicroSecondDelay()