Searched refs:RtcGetTimerValue (Results 1 – 11 of 11) sorted by relevance
147 uint32_t refTicks = RtcGetTimerValue( ); in RtcDelayMs()152 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()204 uint32_t RtcGetTimerValue( void ) in RtcGetTimerValue() function
262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs()267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()410 uint32_t RtcGetTimerValue( void ) in RtcGetTimerValue() function
263 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs()268 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()411 uint32_t RtcGetTimerValue( void ) in RtcGetTimerValue() function
142 uint32_t RtcGetTimerValue( void );
348 uint32_t now = RtcGetTimerValue( ); in TimerGetCurrentTime()358 uint32_t nowInTicks = RtcGetTimerValue( ); in TimerGetElapsedTime()