sbFLAGS_IS_STATICALLY_ALLOCATED is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSsbFLAGS_IS_STATICALLY_ALLOCATED

sbFLAGS_IS_STATICALLY_ALLOCATED macro

Syntax

#define sbFLAGS_IS_STATICALLY_ALLOCATED ( ( uint8_t ) 2 )

References

LocationText
stream_buffer.c:136
#define sbFLAGS_IS_STATICALLY_ALLOCATED ( ( uint8_t ) 2 ) /* Set if the stream buffer was created using statically allocated memory. */
stream_buffer.c:367
if( ( pxStreamBuffer->ucFlags & sbFLAGS_IS_STATICALLY_ALLOCATED ) == ( uint8_t ) pdFALSE )