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

TX_BYTE_POOL_ID macro

Syntax

#define TX_BYTE_POOL_ID ((ULONG) 0x42595445)

References

LocationText
tx_byte_pool.h:56
#define TX_BYTE_POOL_ID ((ULONG) 0x42595445)
tx_byte_pool_cleanup.c:112
if (pool_ptr -> tx_byte_pool_id == TX_BYTE_POOL_ID)
tx_byte_pool_create.c:150
pool_ptr -> tx_byte_pool_id = TX_BYTE_POOL_ID;
tx_byte_release.c:138
if (pool_ptr -> tx_byte_pool_id != TX_BYTE_POOL_ID)
txe_byte_allocate.c:105
else if (pool_ptr -> tx_byte_pool_id != TX_BYTE_POOL_ID)
txe_byte_pool_delete.c:100
else if (pool_ptr -> tx_byte_pool_id != TX_BYTE_POOL_ID)
txe_byte_pool_info_get.c:98
else if (pool_ptr -> tx_byte_pool_id != TX_BYTE_POOL_ID)
txe_byte_pool_prioritize.c:87
else if (pool_ptr -> tx_byte_pool_id != TX_BYTE_POOL_ID)