Midnight Sun Firmware
|
Queue storage and access struct. More...
#include <queues.h>
Public Attributes | |
uint32_t | num_items |
uint32_t | item_size |
uint8_t * | storage_buf |
StaticQueue_t | queue |
QueueHandle_t | handle |
Queue storage and access struct.
QueueHandle_t handle |
Handle used for all queue operations
uint32_t item_size |
Size of each item
uint32_t num_items |
Number of items the queue can hold
StaticQueue_t queue |
Internal Queue storage
uint8_t* storage_buf |
Must be declared statically, and have size num_items*item_size