Searched refs:xBytesToStoreMessageLength (Results 1 – 1 of 1) sorted by relevance
1059 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local1073 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()1079 xBytesToStoreMessageLength = pxStreamBuffer->xTriggerLevelBytes; in xStreamBufferReceive()1083 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()1101 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()1117 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()1142 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()1219 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local1233 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()1237 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()[all …]