TX_ULONG_POINTER_SUB is only used within threadx.
 
Symbols
loading...
Files
loading...

TX_ULONG_POINTER_SUB macro

Syntax

#define TX_ULONG_POINTER_SUB(a,b) (((ULONG *) (a)) - ((UINT) (b)))

Arguments

a

b

References

LocationText
tx_api.h:1927
#define TX_ULONG_POINTER_SUB(a,b) (((ULONG *) (a)) - ((UINT) (b)))
tx_queue_front_send.c:143
tx_queue_front_send.c:149