Searched refs:sbBYTES_TO_STORE_MESSAGE_LENGTH (Results 1 – 1 of 1) sorted by relevance
212 #define sbBYTES_TO_STORE_MESSAGE_LENGTH ( sizeof( configMESSAGE_BUFFER_LENGTH_TYPE ) ) macro338 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreate()446 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreateStatic()745 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSend()874 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSendFromISR()932 …er( pxStreamBuffer, ( const uint8_t * ) &( xMessageLength ), sbBYTES_TO_STORE_MESSAGE_LENGTH, xNex… in prvWriteMessageToBuffer()981 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()1084 if( xBytesAvailable > sbBYTES_TO_STORE_MESSAGE_LENGTH ) in xStreamBufferNextMessageLengthBytes()1089 …BytesFromBuffer( pxStreamBuffer, ( uint8_t * ) &xTempReturn, sbBYTES_TO_STORE_MESSAGE_LENGTH, pxSt… in xStreamBufferNextMessageLengthBytes()1133 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()[all …]