txfr_heap is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_heap variable

Syntax

static TX_BYTE_POOL txfr_heap;

References

LocationReferrerText
tx_freertos.c:60
static TX_BYTE_POOL txfr_heap;
tx_freertos.c:75txfr_malloc()
ret = tx_byte_allocate(&txfr_heap, &p, len, 0u);
tx_freertos.c:188tx_freertos_init()
ret = tx_byte_pool_create(&txfr_heap, "txfr_byte_pool", txfr_heap_mem, configTOTAL_HEAP_SIZE);

Type Use

Type of txfr_heap
txfr_heap
all items filtered out