Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/inc/
Dtx_api.h1992 #define TX_ULONG_TO_POINTER_CONVERT(a) _tx_misra_ulong_to_pointer_convert((ULONG) … macro
2052 #define TX_ULONG_TO_POINTER_CONVERT(a) ((VOID *) ((ULONG) (a))) macro
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1985 #define TX_ULONG_TO_POINTER_CONVERT(a) _tx_misra_ulong_to_pointer_convert((ULONG) … macro
2045 #define TX_ULONG_TO_POINTER_CONVERT(a) ((VOID *) ((ULONG) (a))) macro