TX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT

TX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT macro

Syntax

#define TX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT(a) ((UCHAR *) ((VOID *) (a)))

Arguments

a

References

LocationText
tx_api.h:1945
#define TX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT(a) ((UCHAR *) ((VOID *) (a)))
tx_block_allocate.c:171
temp_ptr = TX_BLOCK_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr);