Searched refs:xBytesToStoreMessageLength (Results 1 – 1 of 1) sorted by relevance
908 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local920 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()924 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()940 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()956 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()981 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()1052 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local1064 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()1068 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()1078 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()[all …]