Home
last modified time | relevance | path

Searched refs:txfr_heap_mem (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c64 static uint8_t txfr_heap_mem[configTOTAL_HEAP_SIZE]; variable
194 … ret = tx_byte_pool_create(&txfr_heap, "txfr_byte_pool", txfr_heap_mem, configTOTAL_HEAP_SIZE); in tx_freertos_init()