Searched refs:refTicks (Results 1 – 9 of 9) sorted by relevance
147 uint32_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local152 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
263 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local268 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()