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
STM32 Libraries and Samples
FreeRTOS
xQueueCreateSet()
xQueueCreateSet() function
Syntax
Show:
Summary
Declaration
Definition
from
queue.h:1556
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
PRIVILEGED_FUNCTION
;
Implemented in
queue.c:2773
Arguments
Argument
uxEventQueueLength
Examples
References
from
examples
Code
Location
Referrer
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
queue.c:2773
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
PRIVILEGED_FUNCTION
;
queue.h:1556
xReturn
=
xQueueCreateSet
(
uxEventQueueLength
)
;
mpu_wrappers.c:803
MPU_xQueueCreateSet()
Call Tree
from
examples
xQueueCreateSet()
is called by 1 function and calls 1 function:
MPU_xQueueCreateSet()
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