Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dstream_buffer.c229 size_t xBytesToStoreMessageLength ) PRIVILEGED_FUNCTION;
828 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local
840 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
844 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()
860 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
876 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
901 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()
903 …uffer( pxStreamBuffer, pvRxData, xBufferLengthBytes, xBytesAvailable, xBytesToStoreMessageLength ); in xStreamBufferReceive()
977 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local
989 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
[all …]