FreeRTOS
+
0
/9 examples
SourceVu will show references to
MPU_xTaskCreate()
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_xTaskCreate()
MPU_xTaskCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
mpu_prototypes.h:41
BaseType_t
MPU_xTaskCreate
(
TaskFunction_t
pxTaskCode
,
const
char
*
const
pcName
,
const
uint16_t
usStackDepth
,
void
*
const
pvParameters
,
UBaseType_t
uxPriority
,
TaskHandle_t
*
const
pxCreatedTask
)
FREERTOS_SYSTEM_CALL
;
Implemented in
mpu_wrappers.c:116
Arguments
Argument
pxTaskCode
pcName
usStackDepth
pvParameters
uxPriority
pxCreatedTask
Examples
MPU_xTaskCreate()
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
BaseType_t
MPU_xTaskCreate
(
TaskFunction_t
pvTaskCode
,
const
char
*
const
pcName
,
uint16_t
usStackDepth
,
void
*
pvParameters
,
UBaseType_t
uxPriority
,
TaskHandle_t
*
pxCreatedTask
)
/* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:116
BaseType_t
MPU_xTaskCreate
(
TaskFunction_t
pxTaskCode
,
const
char
*
const
pcName
,
const
uint16_t
usStackDepth
,
void
*
const
pvParameters
,
UBaseType_t
uxPriority
,
TaskHandle_t
*
const
pxCreatedTask
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:41
BaseType_t
xTaskCreate
(
TaskFunction_t
pxTaskCode
,
task.h:330
Call Tree
from
0/9
examples
MPU_xTaskCreate()
calls 3 functions:
All items filtered out
MPU_xTaskCreate()
xTaskCreate()
xPortRaisePrivilege()
vPortResetPrivilege()
All items filtered out
Data Use
from
0/9
examples
MPU_xTaskCreate()
:
All items filtered out
MPU_xTaskCreate()
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