threadx
txfr_heap_mem
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_heap_mem
txfr_heap_mem variable
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:59
static
uint8_t
txfr_heap_mem
[
configTOTAL_HEAP_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
txfr_heap_mem
[
configTOTAL_HEAP_SIZE
]
;
tx_freertos.c:59
ret
=
tx_byte_pool_create
(
&
txfr_heap
,
"txfr_byte_pool"
,
txfr_heap_mem
,
configTOTAL_HEAP_SIZE
)
;
tx_freertos.c:188
tx_freertos_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_heap_mem
is read by 1 function:
All items filtered out
txfr_heap_mem
tx_freertos_init()
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