Home
last modified time | relevance | path

Searched defs:TX_ULONG_TO_POINTER_CONVERT (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.2.1/common/inc/
Dtx_api.h1958 #define TX_ULONG_TO_POINTER_CONVERT(a) _tx_misra_ulong_to_pointer_convert((ULONG) … macro
2018 #define TX_ULONG_TO_POINTER_CONVERT(a) ((VOID *) ((ULONG) (a))) macro
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1951 #define TX_ULONG_TO_POINTER_CONVERT(a) _tx_misra_ulong_to_pointer_convert((ULONG) … macro
2011 #define TX_ULONG_TO_POINTER_CONVERT(a) ((VOID *) ((ULONG) (a))) macro