TX_VOID_TO_ULONG_POINTER_CONVERT is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_VOID_TO_ULONG_POINTER_CONVERT

TX_VOID_TO_ULONG_POINTER_CONVERT macro

Syntax

#define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a)))

Arguments

a

References

LocationText
tx_api.h:1957
#define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a)))
tx_event_flags_set.c:271
suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_event_flags_set.c:431
suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_queue_create.c:106
queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start);
tx_queue_create.c:111
queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start);
tx_queue_create.c:112
queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start);
tx_queue_front_send.c:161
source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr);
tx_queue_front_send.c:240
source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr);
tx_queue_front_send.c:241
destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_queue_receive.c:134
destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr);
tx_queue_receive.c:180
source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_queue_receive.c:181
destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr);
tx_queue_receive.c:253
destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr);
tx_queue_receive.c:290
source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_queue_send.c:141
source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr);
tx_queue_send.c:229
source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr);
tx_queue_send.c:230
destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info);
tx_thread_stack_analyze.c:96
stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start);
tx_thread_stack_analyze.c:103
stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr);
tx_thread_stack_analyze.c:158
if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start)))
tx_thread_stack_analyze.c:162
if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr)))