Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c739 _hsl->pSystemState->hslLastTwTime = GetSystemTime(); in initBufferMemory()
952 if( currentTime < _hsl->pSystemState->hslLastTwTime ) in bufferAllocateWrite()
955 twDelta = 0x10000 - (_hsl->pSystemState->hslLastTwTime >> 16) + (currentTime >> 16); in bufferAllocateWrite()
959 twDelta = (currentTime >> 16) - (_hsl->pSystemState->hslLastTwTime >> 16); in bufferAllocateWrite()
973 assert(_hsl->pSystemState->hslLastTwTime != currentTime); in bufferAllocateWrite()
976 _hsl->pSystemState->hslLastTwTime = currentTime; in bufferAllocateWrite()
1142 _hsl->pSystemState->hslLastTwTime = GetSystemTime(); in bufferProcessCommand()
H A Dfrhsl_cfg.h213 MS_U32 hslLastTwTime; // timestamp of the last timerwrap member