threadx
txfr_task::thread
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::thread
txfr_task::thread field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:171
TX_THREAD
thread
;
Examples
References
from
examples
Code
Location
Referrer
TX_THREAD
thread
;
FreeRTOS.h:171
(
void
)
tx_thread_terminate
(
&
p_task
->
thread
)
;
tx_freertos.c:126
txfr_idle_task_entry()
ret
=
tx_thread_delete
(
&
p_task
->
thread
)
;
tx_freertos.c:128
txfr_idle_task_entry()
ret
=
tx_thread_create
(
&
pxTaskBuffer
->
thread
,
(
CHAR
*
)
pcName
,
txfr_thread_wrapper
,
(
ULONG
)
pvParameters
,
tx_freertos.c:344
xTaskCreateStatic()
pxTaskBuffer
->
thread
.
txfr_thread_ptr
=
pxTaskBuffer
;
tx_freertos.c:351
xTaskCreateStatic()
ret
=
tx_thread_resume
(
&
pxTaskBuffer
->
thread
)
;
tx_freertos.c:353
xTaskCreateStatic()
ret
=
tx_thread_create
(
&
p_task
->
thread
,
(
CHAR
*
)
pcName
,
txfr_thread_wrapper
,
(
ULONG
)
pvParameters
,
tx_freertos.c:419
xTaskCreate()
p_task
->
thread
.
txfr_thread_ptr
=
p_task
;
tx_freertos.c:429
xTaskCreate()
ret
=
tx_thread_resume
(
&
p_task
->
thread
)
;
tx_freertos.c:431
xTaskCreate()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:469
vTaskDelete()
p_thread
=
&
xTaskToSuspend
->
thread
;
tx_freertos.c:521
vTaskSuspend()
ret
=
tx_thread_resume
(
&
xTaskToResume
->
thread
)
;
tx_freertos.c:538
vTaskResume()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:563
xTaskAbortDelay()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:583
uxTaskPriorityGet()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:617
vTaskPrioritySet()
p_thread
=
&
xTaskToQuery
->
thread
;
tx_freertos.c:641
pcTaskGetName()
thread_state
=
xTask
->
thread
.
tx_thread_state
;
tx_freertos.c:667
eTaskGetState()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:668
eTaskGetState()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:992
xTaskNotifyStateClear()
p_thread
=
&
xTask
->
thread
;
tx_freertos.c:1029
ulTaskNotifyValueClear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_task::thread
is read by 3 functions:
All items filtered out
txfr_task::thread
xTaskCreateStatic()
xTaskCreate()
eTaskGetState()
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