threadx
txfr_task::p_task_func
is only used within threadx.
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
threadx
txfr_task::p_task_func
txfr_task::p_task_func field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:172
TaskFunction_t
p_task_func
;
Examples
References
from
examples
Code
Location
Referrer
TaskFunction_t
p_task_func
;
FreeRTOS.h:172
p_txfr_task
->
p_task_func
(
p_txfr_task
->
p_task_arg
)
;
tx_freertos.c:221
txfr_thread_wrapper()
pxTaskBuffer
->
p_task_func
=
pxTaskCode
;
tx_freertos.c:334
xTaskCreateStatic()
p_task
->
p_task_func
=
pvTaskCode
;
tx_freertos.c:407
xTaskCreate()
Call Tree
from
examples
txfr_task::p_task_func
is called by 1 function:
txfr_thread_wrapper()
All items filtered out
txfr_task::p_task_func
All items filtered out
Data Use
from
examples
txfr_task::p_task_func
is written by 2 functions:
xTaskCreateStatic()
xTaskCreate()
All items filtered out
txfr_task::p_task_func
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