Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDstream_buffer.c214 #define sbBYTES_TO_STORE_MESSAGE_LENGTH ( sizeof( configMESSAGE_BUFFER_LENGTH_TYPE ) ) macro
338 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 …]