Searched refs:sbBYTES_TO_STORE_MESSAGE_LENGTH (Results 1 – 1 of 1) sorted by relevance
214 #define sbBYTES_TO_STORE_MESSAGE_LENGTH ( sizeof( configMESSAGE_BUFFER_LENGTH_TYPE ) ) macro338 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreate()436 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreateStatic()694 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSend()819 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSendFromISR()876 …er( pxStreamBuffer, ( const uint8_t * ) &( xMessageLength ), sbBYTES_TO_STORE_MESSAGE_LENGTH, xNex… in prvWriteMessageToBuffer()920 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()1019 if( xBytesAvailable > sbBYTES_TO_STORE_MESSAGE_LENGTH ) in xStreamBufferNextMessageLengthBytes()1024 …BytesFromBuffer( pxStreamBuffer, ( uint8_t * ) &xTempReturn, sbBYTES_TO_STORE_MESSAGE_LENGTH, pxSt… in xStreamBufferNextMessageLengthBytes()1064 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()[all …]