firmware
IEM Firmware Documentation
|
queue. h
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.
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. |