firmware
IEM Firmware Documentation
|
Retrieve pointers to a statically created message buffer's data structure buffer and storage area buffer. These are the same buffers that are supplied at the time of creation.
configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for xMessageBufferGetStaticBuffers() to be available.
xMessageBuffer | The message buffer for which to retrieve the buffers. |
ppucMessageBufferStorageArea | Used to return a pointer to the message buffer's storage area buffer. |
ppxStaticMessageBuffer | Used to return a pointer to the message buffer's data structure buffer. |