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

TX_ULONG_POINTER_ADD macro

Syntax

#define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b)))

Arguments

a

b

References

LocationText
tx_api.h:1926
#define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b)))
tx_queue_create.c:107
queue_ptr -> tx_queue_end = TX_ULONG_POINTER_ADD(queue_ptr -> tx_queue_start, used_words);
tx_thread_stack_analyze.c:119
stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size);
tx_thread_stack_analyze.c:142
stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1);