xSTATIC_QUEUE Struct Reference
#include <FreeRTOS.h>
Collaboration diagram for xSTATIC_QUEUE:

Data Fields | |
| void * | pvDummy1 [3] |
| union { | |
| void * pvDummy2 | |
| UBaseType_t uxDummy2 | |
| } | u |
| StaticList_t | xDummy3 [2] |
| UBaseType_t | uxDummy4 [3] |
| uint8_t | ucDummy5 [2] |
Field Documentation
| void* xSTATIC_QUEUE::pvDummy1[3] |
| void* xSTATIC_QUEUE::pvDummy2 |
| union { ... } xSTATIC_QUEUE::u |
| uint8_t xSTATIC_QUEUE::ucDummy5[2] |
| UBaseType_t xSTATIC_QUEUE::uxDummy2 |
| UBaseType_t xSTATIC_QUEUE::uxDummy4[3] |
| StaticList_t xSTATIC_QUEUE::xDummy3[2] |
The documentation for this struct was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L1_FreeRTOS/include/FreeRTOS.h

1.8.11