Home
last modified time | relevance | path

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

/RevoEX-2.3/build/libraries/mpds/src/
Dmpdssystem.c199 context->writeIndex = GetNextIndex(context->writeIndex); in Start()
299 context->writeIndex = GetNextIndex(context->writeIndex);
409 oldWI = GetPrevIndex(context->writeIndex); in Step()
431 context->writeIndex, context->readIndex, context->sendIndex, in Step()
444 && context->ds[context->writeIndex].aidBits == MPHToMP16(0x0001)) in Step()
476 MPDSiTrace("send data : write: %d, read: %d, send: %d", context->writeIndex, in Step()
508 if (context->readIndex != context->writeIndex) in Step()
522 context->writeIndex, context->readIndex, context->sendIndex, in Step()
555 MPDSiTrace("send data : write: %d, read: %d, send: %d", context->writeIndex, in Step()
642 MPDSiTrace("sent ds : write: %d, read: %d, send: %d", context->writeIndex, in SetDataCallback()
[all …]
/RevoEX-2.3/include/revolution/
Dmpds.h101 u16 writeIndex; // Next Index to write member