Symbols
loading...
Files
loading...

tx_byte_pool_create macro

Syntax

#define tx_byte_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(TX_BYTE_POOL)))

Arguments

p

n

s

l

Examples

tx_byte_pool_create is referenced by 29 libraries and example projects.

References

LocationText
tx_api.h:1022
#define tx_byte_pool_create _tx_byte_pool_create
tx_api.h:1257
#define tx_byte_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(TX_BYTE_POOL)))
tx_freertos.c:188
ret = tx_byte_pool_create(&txfr_heap, "txfr_byte_pool", txfr_heap_mem, configTOTAL_HEAP_SIZE);