threadx
TX_ULONG_POINTER_ADD
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_ULONG_POINTER_ADD
TX_ULONG_POINTER_ADD macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1926
#define
TX_ULONG_POINTER_ADD
(
a
,
b
)
(
(
(
ULONG
*
)
(
a
)
)
+
(
(
UINT
)
(
b
)
)
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
TX_ULONG_POINTER_ADD
(
a
,
b
)
(
(
(
ULONG
*
)
(
a
)
)
+
(
(
UINT
)
(
b
)
)
)
tx_api.h:1926
queue_ptr
->
tx_queue_end
=
TX_ULONG_POINTER_ADD
(
queue_ptr
->
tx_queue_start
,
used_words
)
;
tx_queue_create.c:107
stack_ptr
=
TX_ULONG_POINTER_ADD
(
stack_lowest
,
size
)
;
tx_thread_stack_analyze.c:119
stack_ptr
=
TX_ULONG_POINTER_ADD
(
stack_ptr
,
1
)
;
tx_thread_stack_analyze.c:142
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