Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c729 _hsl->pSystemState->nextBookmark = 0; in initBufferMemory()
988 _hsl->pSystemState->nextBookmark = 0; in bufferAllocateWrite()
1034 …stemState->bufStart + (_hsl->pSystemState->bufSegmentSize * (_hsl->pSystemState->nextBookmark+1)) ) in bufferAllocateWrite()
1036 …_hsl->pSystemState->bufBookmarks[_hsl->pSystemState->nextBookmark].address = _hsl->pSystemState->b… in bufferAllocateWrite()
1037 ++(_hsl->pSystemState->nextBookmark); in bufferAllocateWrite()
1133 _hsl->pSystemState->nextBookmark = 0; in bufferProcessCommand()
H A Dfrhsl_cfg.h220 MS_U8 nextBookmark; member