TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT

TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT macro

Syntax

#define TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a)))

Arguments

a

References

LocationText
tx_api.h:1948
#define TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a)))
tx_block_release.c:98
pool_ptr = TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT((*next_block_ptr));
txe_block_release.c:97
pool_ptr = TX_UCHAR_TO_BLOCK_POOL_POINTER_CONVERT(work_ptr);