threadx
TX_NO_MESSAGES
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_NO_MESSAGES
TX_NO_MESSAGES macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:153
#define
TX_NO_MESSAGES
(
(
UINT
)
0
)
Examples
References
from
examples
Code
Location
#define
TX_NO_MESSAGES
(
(
UINT
)
0
)
tx_api.h:153
if
(
queue_ptr
->
tx_queue_enqueued
!=
TX_NO_MESSAGES
)
tx_queue_cleanup.c:184
if
(
queue_ptr
->
tx_queue_enqueued
!=
TX_NO_MESSAGES
)
tx_queue_flush.c:101
queue_ptr
->
tx_queue_enqueued
=
TX_NO_MESSAGES
;
tx_queue_flush.c:107
if
(
queue_ptr
->
tx_queue_enqueued
!=
TX_NO_MESSAGES
)
tx_queue_receive.c:123
if
(
queue_ptr
->
tx_queue_available_storage
!=
TX_NO_MESSAGES
)
tx_queue_send.c:123
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