FreeRTOS
xSTATIC_QUEUE
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xSTATIC_QUEUE
xSTATIC_QUEUE struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1176
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
Field
Declared as
xSTATIC_QUEUE::pvDummy1
void
*
[
3
]
xSTATIC_QUEUE::u
union
{
void
*
pvDummy2
;
UBaseType_t
uxDummy2
;
}
xSTATIC_QUEUE::xDummy3
StaticList_t
[
2
]
xSTATIC_QUEUE::uxDummy4
UBaseType_t
[
3
]
xSTATIC_QUEUE::ucDummy5
uint8_t
[
2
]
xSTATIC_QUEUE::pvDummy7
void
*
xSTATIC_QUEUE::uxDummy8
UBaseType_t
xSTATIC_QUEUE::ucDummy9
uint8_t
Related Functions
Found 5 other functions taking a
xSTATIC_QUEUE
argument:
Function
MPU_xQueueCreateCountingSemaphoreStatic()
MPU_xQueueCreateMutexStatic()
xQueueCreateMutexStatic()
xQueueCreateCountingSemaphoreStatic()
MPU_xQueueGenericCreateStatic()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
xSTATIC_QUEUE
FreeRTOS.h:1176
}
StaticQueue_t
;
FreeRTOS.h:1203
typedef
StaticQueue_t
StaticSemaphore_t
;
FreeRTOS.h:1204
}
StaticQueue_t
;
FreeRTOS.h:1203
StaticQueue_t
typedef
StaticQueue_t
StaticSemaphore_t
;
FreeRTOS.h:1204
StaticSemaphore_t
QueueHandle_t
MPU_xQueueCreateMutexStatic
(
const
uint8_t
ucQueueType
,
StaticQueue_t
*
pxStaticQueue
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:97
MPU_xQueueCreateMutexStatic()
MPU_xQueueCreateMutexStatic()::pxStaticQueue
QueueHandle_t
MPU_xQueueCreateCountingSemaphoreStatic
(
const
UBaseType_t
uxMaxCount
,
const
UBaseType_t
uxInitialCount
,
StaticQueue_t
*
pxStaticQueue
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:99
MPU_xQueueCreateCountingSemaphoreStatic()
MPU_xQueueCreateCountingSemaphoreStatic()::pxStaticQueue
QueueHandle_t
MPU_xQueueGenericCreateStatic
(
const
UBaseType_t
uxQueueLength
,
const
UBaseType_t
uxItemSize
,
uint8_t
*
pucQueueStorage
,
StaticQueue_t
*
pxStaticQueue
,
const
uint8_t
ucQueueType
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:107
MPU_xQueueGenericCreateStatic()
MPU_xQueueGenericCreateStatic()::pxStaticQueue
QueueHandle_t
xQueueCreateMutexStatic
(
const
uint8_t
ucQueueType
,
StaticQueue_t
*
pxStaticQueue
)
PRIVILEGED_FUNCTION
;
queue.h:1415
xQueueCreateMutexStatic()
xQueueCreateMutexStatic()::pxStaticQueue
QueueHandle_t
xQueueCreateCountingSemaphoreStatic
(
const
UBaseType_t
uxMaxCount
,
const
UBaseType_t
uxInitialCount
,
StaticQueue_t
*
pxStaticQueue
)
PRIVILEGED_FUNCTION
;
queue.h:1417
xQueueCreateCountingSemaphoreStatic()
xQueueCreateCountingSemaphoreStatic()::pxStaticQueue
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
xQueueCreateMutexStatic()::pxStaticQueue
xQueueCreateMutexStatic()
queue.h:1415
MPU_xQueueCreateMutexStatic()::pxStaticQueue
MPU_xQueueCreateMutexStatic()
queue.h:1415
xQueueCreateCountingSemaphoreStatic()::pxStaticQueue
xQueueCreateCountingSemaphoreStatic()
queue.h:1417
MPU_xQueueCreateCountingSemaphoreStatic()::pxStaticQueue
MPU_xQueueCreateCountingSemaphoreStatic()
queue.h:1417
MPU_xQueueCreateMutexStatic()::pxStaticQueue
MPU_xQueueCreateMutexStatic()
mpu_prototypes.h:97
MPU_xQueueCreateCountingSemaphoreStatic()::pxStaticQueue
MPU_xQueueCreateCountingSemaphoreStatic()
mpu_prototypes.h:99
MPU_xQueueGenericCreateStatic()::pxStaticQueue
MPU_xQueueGenericCreateStatic()
mpu_prototypes.h:107
Lifecycle
from
examples
All items filtered out
All items filtered out