FreeRTOS
TaskFunction_t
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
TaskFunction_t
TaskFunction_t
Syntax
Show:
Summary
Declaration
from
projdefs.h:35
typedef
void
(
*
TaskFunction_t
)
(
void
*
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
TaskFunction_t
)
(
void
*
)
;
projdefs.h:35
TaskFunction_t
pvDummy6
;
FreeRTOS.h:1255
if
(
xTaskCreate
(
(
TaskFunction_t
)
thread_def
->
pthread
,
(
const
portCHAR
*
)
thread_def
->
name
,
cmsis_os.c:225
osThreadCreate()
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
TaskHandle_t
MPU_xTaskCreateStatic
(
TaskFunction_t
pxTaskCode
,
const
char
*
const
pcName
,
const
uint32_t
ulStackDepth
,
void
*
const
pvParameters
,
UBaseType_t
uxPriority
,
StackType_t
*
const
puxStackBuffer
,
StaticTask_t
*
const
pxTaskBuffer
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:42
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
MPU_xTaskCreate()
StackType_t
*
pxPortInitialiseStack
(
StackType_t
*
pxTopOfStack
,
TaskFunction_t
pxCode
,
void
*
pvParameters
)
port.c:187
pxPortInitialiseStack()
StackType_t
*
pxPortInitialiseStack
(
StackType_t
*
pxTopOfStack
,
TaskFunction_t
pxCode
,
void
*
pvParameters
,
BaseType_t
xRunPrivileged
)
port.c:208
pxPortInitialiseStack()
StackType_t
*
pxPortInitialiseStack
(
StackType_t
*
pxTopOfStack
,
TaskFunction_t
pxCode
,
void
*
pvParameters
,
BaseType_t
xRunPrivileged
)
PRIVILEGED_FUNCTION
;
portable.h:111
StackType_t
*
pxPortInitialiseStack
(
StackType_t
*
pxTopOfStack
,
TaskFunction_t
pxCode
,
void
*
pvParameters
)
PRIVILEGED_FUNCTION
;
portable.h:117
TaskFunction_t
pvTaskCode
;
task.h:123
BaseType_t
xTaskCreate
(
TaskFunction_t
pxTaskCode
,
task.h:330
static
void
prvInitialiseNewTask
(
TaskFunction_t
pxTaskCode
,
tasks.c:551
BaseType_t
xTaskCreate
(
TaskFunction_t
pxTaskCode
,
tasks.c:733
xTaskCreate()
static
void
prvInitialiseNewTask
(
TaskFunction_t
pxTaskCode
,
tasks.c:824
prvInitialiseNewTask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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