Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dstream_buffer.c222 #define sbBYTES_TO_STORE_MESSAGE_LENGTH ( sizeof( configMESSAGE_BUFFER_LENGTH_TYPE ) ) macro
350 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()
1073 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
1184 if( xBytesAvailable > sbBYTES_TO_STORE_MESSAGE_LENGTH ) in xStreamBufferNextMessageLengthBytes()
1233 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
1289 …ffer( pxStreamBuffer, ( uint8_t * ) &xTempNextMessageLength, sbBYTES_TO_STORE_MESSAGE_LENGTH, xNex… in prvReadMessageFromBuffer()
1294 xBytesAvailable -= sbBYTES_TO_STORE_MESSAGE_LENGTH; in prvReadMessageFromBuffer()
[all …]

Completed in 7 milliseconds