threadx
TX_QUEUE_MESSAGE_COPY
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_QUEUE_MESSAGE_COPY
TX_QUEUE_MESSAGE_COPY macro
Syntax
Show:
Summary
Declaration
from
tx_queue.h:92
#define
TX_QUEUE_MESSAGE_COPY
(
s
,
d
,
z
)
\
*
(
d
)
++
=
*
(
s
)
++
;
\
if
(
(
z
)
>
(
(
UINT
)
1
)
)
\
{
\
while
(
--
(
z
)
)
\
{
\
*
(
d
)
++
=
*
(
s
)
++
;
\
}
\
}
Arguments
Argument
s
d
z
Examples
References
from
examples
Code
Location
#define
TX_QUEUE_MESSAGE_COPY
(
s
,
d
,
z
)
\
tx_queue.h:92
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_front_send.c:167
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_front_send.c:246
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_receive.c:139
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_receive.c:186
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_receive.c:258
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_receive.c:296
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_send.c:147
TX_QUEUE_MESSAGE_COPY
(
source
,
destination
,
size
)
tx_queue_send.c:235
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