Home
last modified time | relevance | path

Searched refs:TX_VOID_TO_ULONG_POINTER_CONVERT (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_analyze.c95 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
102 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
157 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
Dtx_queue_create.c105 queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
110 queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
111 queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
Dtx_queue_receive.c133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
179 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
289 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
Dtx_queue_front_send.c160 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
239 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
Dtx_queue_send.c140 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
228 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
Dtx_event_flags_set.c271 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
433 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_analyze.c95 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
102 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
157 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
Dtx_queue_create.c105 queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
110 queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
111 queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
Dtx_queue_receive.c133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
179 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
289 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
Dtx_queue_front_send.c160 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
239 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
Dtx_queue_send.c140 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
228 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
Dtx_event_flags_set.c271 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
433 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h2007 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro
2072 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h2014 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro
2079 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro