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
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
Lifecycle
from
examples
All items filtered out
All items filtered out