threadx
txfr_heap
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
txfr_heap variable
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:60
static
TX_BYTE_POOL
txfr_heap
;
Examples
References
from
examples
Code
Location
Referrer
static
TX_BYTE_POOL
txfr_heap
;
tx_freertos.c:60
ret
=
tx_byte_allocate
(
&
txfr_heap
,
&
p
,
len
,
0u
)
;
tx_freertos.c:75
txfr_malloc()
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
All items filtered out
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