threadx
txfr_heap_initialized
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_heap_initialized
txfr_heap_initialized variable
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:63
static
UINT
txfr_heap_initialized
;
Examples
References
from
examples
Code
Location
Referrer
static
UINT
txfr_heap_initialized
;
tx_freertos.c:63
if
(
txfr_heap_initialized
==
1u
)
{
tx_freertos.c:74
txfr_malloc()
if
(
txfr_heap_initialized
==
1u
)
{
tx_freertos.c:90
txfr_free()
txfr_heap_initialized
=
1u
;
tx_freertos.c:192
tx_freertos_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_heap_initialized
is written by 1 function and is read by 2 functions:
tx_freertos_init()
All items filtered out
txfr_heap_initialized
txfr_malloc()
txfr_free()
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