Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c380 case BUFFER_FLAG_DUMP: in bufferWriteThread()
489 if( _hsl->pSystemState->bufFlags & BUFFER_FLAG_DUMP ) in bufferWriteThread()
493 _hsl->pSystemState->dumpFlag = BUFFER_FLAG_DUMP; in bufferWriteThread()
495 _hsl->pSystemState->bufFlags &= ~BUFFER_FLAG_DUMP; in bufferWriteThread()
1013 _hsl->pSystemState->bufFlags |= BUFFER_FLAG_DUMP; in bufferAllocateWrite()
H A Dfrhsl_ringbuffer.h197 #define BUFFER_FLAG_DUMP 0x0001 macro