Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtimers.c718 …PRIVILEGED_DATA static TickType_t xLastTime = ( TickType_t ) 0U; /*lint !e956 Variable is only acc… in prvSampleTimeNow() local
722 if( xTimeNow < xLastTime ) in prvSampleTimeNow()
732 xLastTime = xTimeNow; in prvSampleTimeNow()