Searched refs:xBytesToStoreMessageLength (Results 1 – 1 of 1) sorted by relevance
1073 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; 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()1233 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()1237 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()1247 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()1362 size_t xBytesToStoreMessageLength; in xStreamBufferIsFull() local1375 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferIsFull()[all …]
Completed in 7 milliseconds