FreeRTOS
xSTATIC_QUEUE
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xSTATIC_QUEUE
xSTATIC_QUEUE struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:3220
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
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
xSTATIC_QUEUE
FreeRTOS.h:3220
}
StaticQueue_t
;
FreeRTOS.h:3246
typedef
StaticQueue_t
StaticSemaphore_t
;
FreeRTOS.h:3247
}
StaticQueue_t
;
FreeRTOS.h:3246
StaticQueue_t
typedef
StaticQueue_t
StaticSemaphore_t
;
FreeRTOS.h:3247
StaticSemaphore_t
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