threadx
txfr_task::allocated
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_task::allocated
txfr_task::allocated field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:181
uint8_t
allocated
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
allocated
;
FreeRTOS.h:181
if
(
p_task
->
allocated
==
1u
)
{
tx_freertos.c:138
txfr_idle_task_entry()
p_task
->
allocated
=
1u
;
tx_freertos.c:405
xTaskCreate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_task::allocated
is written by 1 function and is read by 1 function:
xTaskCreate()
All items filtered out
txfr_task::allocated
txfr_idle_task_entry()
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