threadx
TX_VOID_TO_ULONG_POINTER_CONVERT
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_VOID_TO_ULONG_POINTER_CONVERT
TX_VOID_TO_ULONG_POINTER_CONVERT macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1957
#define
TX_VOID_TO_ULONG_POINTER_CONVERT
(
a
)
(
(
ULONG
*
)
(
(
VOID
*
)
(
a
)
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
TX_VOID_TO_ULONG_POINTER_CONVERT
(
a
)
(
(
ULONG
*
)
(
(
VOID
*
)
(
a
)
)
)
tx_api.h:1957
suspend_info_ptr
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_additional_suspend_info
)
;
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
queue_ptr
->
tx_queue_start
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
queue_start
)
;
tx_queue_create.c:106
queue_ptr
->
tx_queue_read
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
queue_start
)
;
tx_queue_create.c:111
queue_ptr
->
tx_queue_write
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
queue_start
)
;
tx_queue_create.c:112
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
source_ptr
)
;
tx_queue_front_send.c:161
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
source_ptr
)
;
tx_queue_front_send.c:240
destination
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_additional_suspend_info
)
;
tx_queue_front_send.c:241
destination
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
destination_ptr
)
;
tx_queue_receive.c:134
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_additional_suspend_info
)
;
tx_queue_receive.c:180
destination
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
destination_ptr
)
;
tx_queue_receive.c:181
destination
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
destination_ptr
)
;
tx_queue_receive.c:253
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_additional_suspend_info
)
;
tx_queue_receive.c:290
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
source_ptr
)
;
tx_queue_send.c:141
source
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
source_ptr
)
;
tx_queue_send.c:229
destination
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_additional_suspend_info
)
;
tx_queue_send.c:230
stack_lowest
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_stack_start
)
;
tx_thread_stack_analyze.c:96
stack_highest
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_stack_highest_ptr
)
;
tx_thread_stack_analyze.c:103
if
(
stack_ptr
>
(
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_stack_start
)
)
)
tx_thread_stack_analyze.c:158
if
(
stack_ptr
<
(
TX_VOID_TO_ULONG_POINTER_CONVERT
(
thread_ptr
->
tx_thread_stack_highest_ptr
)
)
)
tx_thread_stack_analyze.c:162
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out