Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c735 _hsl->pSystemState->flushOnConnect = 0; // don't flush just after the reset in initBufferMemory()
884 _hsl->pSystemState->flushOnConnect = 1; in bufferDumpOldestDataSegment()
1122 if(_hsl->pSystemState->flushOnConnect > 0) in bufferProcessCommand()
1144 _hsl->pSystemState->flushOnConnect = 1; in bufferProcessCommand()
1150 _hsl->pSystemState->flushOnConnect = 1; in bufferProcessCommand()
H A Dfrhsl_cfg.h221 …MS_U8 flushOnConnect; // indicates whether the complete buffer contents should be flushe… member