FreeRTOS
xMessageBufferIsEmpty
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xMessageBufferIsEmpty
xMessageBufferIsEmpty macro
Tests to see if a message buffer is empty (does not contain any messages).
Syntax
Show:
Summary
Declaration
from
message_buffer.h:663
#define
xMessageBufferIsEmpty
(
xMessageBuffer
)
\
xStreamBufferIsEmpty
(
xMessageBuffer
)
Arguments
Argument
Description
xMessageBuffer
The handle of the message buffer being queried.
Return value
If the message buffer referenced by xMessageBuffer is empty then pdTRUE is returned. Otherwise pdFALSE is returned.
Examples
References
from
examples
Code
Location
#define
xMessageBufferIsEmpty
(
xMessageBuffer
)
\
message_buffer.h:663
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out