Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_analyze.c96 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
103 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
158 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
162 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
Dtx_queue_create.c106 queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
111 queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
112 queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
Dtx_queue_receive.c134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
180 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
290 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
Dtx_queue_front_send.c161 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
241 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
Dtx_queue_send.c141 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
230 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
Dtx_event_flags_set.c272 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
434 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_analyze.c96 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
103 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
158 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
162 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
Dtx_queue_create.c106 queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
111 queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
112 queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
Dtx_queue_receive.c134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
180 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
290 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
Dtx_queue_front_send.c161 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
241 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
Dtx_queue_send.c141 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
230 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
Dtx_event_flags_set.c272 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
434 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h2002 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro
2067 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h2009 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro
2074 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro