threadx
TX_THREAD_STRUCT::txfr_thread_ptr
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
TX_THREAD_STRUCT::txfr_thread_ptr
TX_THREAD_STRUCT::txfr_thread_ptr field
Syntax
Show:
Summary
Declaration
from
tx_api.h:537
TX_THREAD_USER_EXTENSION
;
Examples
References
from
examples
Code
Location
Referrer
TX_THREAD_USER_EXTENSION
tx_api.h:537
p_txfr_task
=
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:219
txfr_thread_wrapper()
pxTaskBuffer
->
thread
.
txfr_thread_ptr
=
pxTaskBuffer
;
tx_freertos.c:351
xTaskCreateStatic()
p_task
->
thread
.
txfr_thread_ptr
=
p_task
;
tx_freertos.c:429
xTaskCreate()
p_txfr_thread
=
(
txfr_task_t
*
)
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:466
vTaskDelete()
return
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:509
xTaskGetCurrentTaskHandle()
p_task
=
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:758
ulTaskNotifyTake()
p_task
=
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:817
xTaskNotifyWait()
p_task
=
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:990
xTaskNotifyStateClear()
p_task
=
p_thread
->
txfr_thread_ptr
;
tx_freertos.c:1027
ulTaskNotifyValueClear()
return
xMutex
->
mutex
.
tx_mutex_owner
->
txfr_thread_ptr
;
tx_freertos.c:1422
xSemaphoreGetMutexHolder()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TX_THREAD_STRUCT::txfr_thread_ptr
is written by 2 functions and is read by 8 functions:
xTaskCreateStatic()
xTaskCreate()
All items filtered out
TX_THREAD_STRUCT::txfr_thread_ptr
txfr_thread_wrapper()
vTaskDelete()
xTaskGetCurrentTaskHandle()
ulTaskNotifyTake()
xTaskNotifyWait()
xTaskNotifyStateClear()
ulTaskNotifyValueClear()
xSemaphoreGetMutexHolder()
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