FreeRTOS
+
0
/9 examples
SourceVu will show references to
MPU_xQueueGenericCreate()
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
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_xQueueGenericCreate()
MPU_xQueueGenericCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
mpu_prototypes.h:106
QueueHandle_t
MPU_xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
const
UBaseType_t
uxItemSize
,
const
uint8_t
ucQueueType
)
FREERTOS_SYSTEM_CALL
;
Implemented in
mpu_wrappers.c:603
Arguments
Argument
uxQueueLength
uxItemSize
ucQueueType
Examples
MPU_xQueueGenericCreate()
is referenced by 9 libraries and example projects:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
References
from
0/9
examples
Code
Location
QueueHandle_t
MPU_xQueueGenericCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
,
uint8_t
ucQueueType
)
/* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:603
QueueHandle_t
MPU_xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
const
UBaseType_t
uxItemSize
,
const
uint8_t
ucQueueType
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:106
QueueHandle_t
xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
const
UBaseType_t
uxItemSize
,
const
uint8_t
ucQueueType
)
PRIVILEGED_FUNCTION
;
queue.h:1496
Call Tree
from
0/9
examples
MPU_xQueueGenericCreate()
calls 3 functions:
All items filtered out
MPU_xQueueGenericCreate()
xQueueGenericCreate()
xPortRaisePrivilege()
vPortResetPrivilege()
All items filtered out
Data Use
from
0/9
examples
MPU_xQueueGenericCreate()
:
All items filtered out
MPU_xQueueGenericCreate()
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out