Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/
Dmpds.h106 u16 dataSetLength; // dataLength * stationNumber member
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c164 context->dataSetLength = (u16)(context->config.dataLength * count); in MPDSInit()
166 if (context->dataSetLength > MPDS_DATA_SIZE) in MPDSInit()
173 context->dataSetLength += 4; // aidBits, receivedBits in MPDSInit()
301 MPSendAsync( &context->ds[i], context->dataSetLength,
412 MPSendAsync( &context->ds[oldWI], context->dataSetLength, in Step()
560 MPSendAsync( buf, context->dataSetLength, in Step()
911 MPSendAsync( &context->ds[oldWI], context->dataSetLength, in SendDataSet()