Searched refs:xBytesToStoreMessageLength (Results 1 – 1 of 1) sorted by relevance
967 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local981 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()985 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()1001 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()1017 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()1042 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()1119 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local1133 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()1137 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()1147 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()[all …]