xSTATIC_QUEUE is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xSTATIC_QUEUE struct

Syntax

typedef struct xSTATIC_QUEUE {     void *pvDummy1[ 3 ];     union     {         void *pvDummy2;         UBaseType_t uxDummy2;     } u;     StaticList_t xDummy3[ 2 ];     UBaseType_t uxDummy4[ 3 ];     uint8_t ucDummy5[ 2 ];     #if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )         uint8_t ucDummy6;     #endif     #if ( configUSE_QUEUE_SETS == 1 )         void *pvDummy7;     #endif     #if ( configUSE_TRACE_FACILITY == 1 )         UBaseType_t uxDummy8;         uint8_t ucDummy9;     #endif } StaticQueue_t;

Fields

pvDummy1

No summary provided. Read more...

u

No summary provided. Read more...

xDummy3

No summary provided. Read more...

uxDummy4

No summary provided. Read more...

ucDummy5

No summary provided. Read more...

pvDummy7

No summary provided. Read more...

uxDummy8

No summary provided. Read more...

ucDummy9

No summary provided. Read more...

References

LocationReferrerScopeText
FreeRTOS.h:1176
typedef struct xSTATIC_QUEUE
FreeRTOS.h:1203
FreeRTOS.h:1204
FreeRTOS.h:1203StaticQueue_t
FreeRTOS.h:1204
mpu_prototypes.h:97MPU_xQueueCreateMutexStatic()::pxStaticQueueMPU_xQueueCreateMutexStatic()
mpu_prototypes.h:99MPU_xQueueCreateCountingSemaphoreStatic()::pxStaticQueueMPU_xQueueCreateCountingSemaphoreStatic()
mpu_prototypes.h:107MPU_xQueueGenericCreateStatic()::pxStaticQueueMPU_xQueueGenericCreateStatic()
queue.h:1415xQueueCreateMutexStatic()::pxStaticQueuexQueueCreateMutexStatic()
queue.h:1417xQueueCreateCountingSemaphoreStatic()::pxStaticQueuexQueueCreateCountingSemaphoreStatic()