Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_create.c125 temp_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_create()
Dtx_byte_pool_search.c318 *this_block_link_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_search()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_create.c125 temp_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_create()
Dtx_byte_pool_search.c358 *this_block_link_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_search()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h2003 #define TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(a) _tx_misra_byte_pool_to_uchar_pointer_conver… macro
2066 #define TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(a) ((UCHAR *) ((VOID *) (a))) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h2010 #define TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(a) _tx_misra_byte_pool_to_uchar_pointer_conver… macro
2073 #define TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(a) ((UCHAR *) ((VOID *) (a))) macro