FreeRTOS
xQueueCreateSet()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xQueueCreateSet()
xQueueCreateSet() function
Syntax
Show:
Summary
Declaration
Definition
from
queue.h:1683
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
;
Implemented in
queue.c:3176
Arguments
Argument
uxEventQueueLength
Examples
References
from
examples
Code
Location
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
queue.c:3176
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
PRIVILEGED_FUNCTION
;
queue.h:1683
Call Tree
from
examples
xQueueCreateSet()
calls 1 function:
All items filtered out
xQueueCreateSet()
xQueueGenericCreate()
All items filtered out
Data Use
from
examples
xQueueCreateSet()
:
All items filtered out
xQueueCreateSet()
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