Searched refs:xLastTime (Results 1 – 1 of 1) sorted by relevance
718 …PRIVILEGED_DATA static TickType_t xLastTime = ( TickType_t ) 0U; /*lint !e956 Variable is only acc… in prvSampleTimeNow() local722 if( xTimeNow < xLastTime ) in prvSampleTimeNow()732 xLastTime = xTimeNow; in prvSampleTimeNow()