threadx
+
0
/1 examples
SourceVu will show references to
xTaskCreate()
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
ThreadX
Tx_FreeRTOS_Wrapper
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
threadx
xTaskCreate()
xTaskCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:348
BaseType_t
xTaskCreate
(
TaskFunction_t
pvTaskCode
,
const
char
*
const
pcName
,
const
configSTACK_DEPTH_TYPE
usStackDepth
,
void
*
pvParameters
,
UBaseType_t
uxPriority
,
TaskHandle_t
*
const
pxCreatedTask
)
;
Implemented in
tx_freertos.c:367
Arguments
Argument
pvTaskCode
pcName
usStackDepth
pvParameters
uxPriority
pxCreatedTask
Examples
xTaskCreate()
is referenced by 1 libraries and example projects:
Examples
STM32F429ZI-Nucleo
Applications
ThreadX
Tx_FreeRTOS_Wrapper
References
from
0/1
examples
Code
Location
BaseType_t
xTaskCreate
(
TaskFunction_t
pvTaskCode
,
tx_freertos.c:367
BaseType_t
xTaskCreate
(
TaskFunction_t
pvTaskCode
,
FreeRTOS.h:348
Call Tree
from
0/1
examples
xTaskCreate()
calls 9 functions:
All items filtered out
xTaskCreate()
__restore_interrupt()
__disable_interrupts()
_txe_semaphore_create()
_txe_semaphore_delete()
_txe_thread_create()
_txe_thread_resume()
txfr_malloc()
txfr_free()
txfr_prio_fr_to_tx()
All items filtered out
Data Use
from
0/1
examples
xTaskCreate()
reads 3 variables and writes 5 variables:
txfr_task::thread
g_txfr_task_count
txfr_thread_wrapper()
All items filtered out
xTaskCreate()
txfr_task::p_task_func
txfr_task::p_task_arg
txfr_task::allocated
TX_THREAD_STRUCT::txfr_thread_ptr
g_txfr_task_count
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out