FreeRTOS
+
0
/1 examples
SourceVu will show references to
xSTATIC_QUEUE
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_QUEUE
xSTATIC_QUEUE struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1349
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
portMUX_TYPE
xDummyQueueLock
;
}
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::ucDummy6
uint8_t
xSTATIC_QUEUE::pvDummy7
void
*
xSTATIC_QUEUE::uxDummy8
UBaseType_t
xSTATIC_QUEUE::ucDummy9
uint8_t
xSTATIC_QUEUE::xDummyQueueLock
portMUX_TYPE
Related Functions
Found 4 other functions taking a
xSTATIC_QUEUE
argument:
Function
xQueueGenericCreateStatic()
xQueueCreateMutexStatic()
xQueueCreateCountingSemaphoreStatic()
xQueueGenericGetStaticBuffers()
Examples
xSTATIC_QUEUE
is referenced by 1 libraries and example projects:
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