Searched refs:sbBYTES_TO_STORE_MESSAGE_LENGTH (Results 1 – 1 of 1) sorted by relevance
222 #define sbBYTES_TO_STORE_MESSAGE_LENGTH ( sizeof( configMESSAGE_BUFFER_LENGTH_TYPE ) ) macro350 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreate()464 configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH ); in xStreamBufferGenericCreateStatic()834 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSend()963 xRequiredSpace += sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferSendFromISR()1024 …er( pxStreamBuffer, ( const uint8_t * ) &( xMessageLength ), sbBYTES_TO_STORE_MESSAGE_LENGTH, xNex… in prvWriteMessageToBuffer()1073 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()1184 if( xBytesAvailable > sbBYTES_TO_STORE_MESSAGE_LENGTH ) in xStreamBufferNextMessageLengthBytes()1189 …BytesFromBuffer( pxStreamBuffer, ( uint8_t * ) &xTempReturn, sbBYTES_TO_STORE_MESSAGE_LENGTH, pxSt… in xStreamBufferNextMessageLengthBytes()1233 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()[all …]