FreeRTOS
+
0
/1 examples
SourceVu will show references to
xQueueGetStaticBuffers
from the following samples and libraries:
ESP-IDF
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
xQueueGetStaticBuffers
xQueueGetStaticBuffers macro
Retrieve pointers to a statically created queue's data structure buffer and storage area buffer. These are the same buffers that are supplied at the time of creation.
Syntax
Show:
Summary
Declaration
from
queue.h:247
#define
xQueueGetStaticBuffers
(
xQueue
,
ppucQueueStorage
,
ppxStaticQueue
)
xQueueGenericGetStaticBuffers
(
(
xQueue
)
,
(
ppucQueueStorage
)
,
(
ppxStaticQueue
)
)
Arguments
Argument
Description
xQueue
The queue for which to retrieve the buffers.
ppucQueueStorage
Used to return a pointer to the queue's storage area buffer.
ppxStaticQueue
Used to return a pointer to the queue's data structure buffer.
Return value
pdTRUE if buffers were retrieved, pdFALSE otherwise.
Examples
xQueueGetStaticBuffers
is referenced by 1 libraries and example projects:
References
from
examples
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