FreeRTOS
MPU_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
MPU_xQueueCreateSet()
MPU_xQueueCreateSet() function
Syntax
Show:
Summary
Declaration
Definition
from
mpu_prototypes.h:108
QueueSetHandle_t
MPU_xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
FREERTOS_SYSTEM_CALL
;
Implemented in
mpu_wrappers.c:798
Arguments
Argument
uxEventQueueLength
Examples
References
from
examples
Code
Location
QueueSetHandle_t
MPU_xQueueCreateSet
(
UBaseType_t
uxEventQueueLength
)
/* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:798
QueueSetHandle_t
MPU_xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:108
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
PRIVILEGED_FUNCTION
;
queue.h:1556
Call Tree
from
examples
MPU_xQueueCreateSet()
calls 3 functions:
All items filtered out
MPU_xQueueCreateSet()
xQueueCreateSet()
xPortRaisePrivilege()
vPortResetPrivilege()
All items filtered out
Data Use
from
examples
MPU_xQueueCreateSet()
:
All items filtered out
MPU_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