Home
last modified time | relevance | path

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

/RevoEX-2.3/build/libraries/mpds/src/
Dmpdssystem.c201 context->sendIndex = GetNextIndex(context->sendIndex); in Start()
316 context->sendIndex = (u16)(MPDS_DATASET_NUM - 1);
426 if (context->readIndex != context->sendIndex) in Step()
431 context->writeIndex, context->readIndex, context->sendIndex, in Step()
477 context->readIndex, context->sendIndex); in Step()
522 context->writeIndex, context->readIndex, context->sendIndex, in Step()
553 …u16 *buf = (u16 *)(((u8 *)&context->ds[context->sendIndex]) + 32); // 32-byte alignment is requ… in Step()
556 context->readIndex, context->sendIndex); in Step()
563 context->sendIndex = GetNextIndex(context->sendIndex); in Step()
643 context->readIndex, context->sendIndex); in SetDataCallback()
[all …]
/RevoEX-2.3/include/revolution/
Dmpds.h102 u16 sendIndex; // Index currently being sent member