threadx
+
0
/1 examples
SourceVu will show references to
TX_QUEUE_FULL
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_QUEUE_FULL
TX_QUEUE_FULL macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:191
#define
TX_QUEUE_FULL
(
(
UINT
)
0x0B
)
Examples
TX_QUEUE_FULL
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_QUEUE_FULL
(
(
UINT
)
0x0B
)
tx_api.h:191
if
(
(
ret
!=
TX_SUCCESS
)
&&
(
ret
!=
TX_QUEUE_FULL
)
)
{
tx_freertos.c:1369
if
(
(
ret
!=
TX_SUCCESS
)
&&
(
ret
!=
TX_QUEUE_FULL
)
)
{
tx_freertos.c:1604
if
(
(
ret
!=
TX_SUCCESS
)
&&
(
ret
!=
TX_QUEUE_FULL
)
)
{
tx_freertos.c:1700
thread_ptr
->
tx_thread_suspend_status
=
TX_QUEUE_FULL
;
tx_queue_cleanup.c:188
status
=
TX_QUEUE_FULL
;
tx_queue_front_send.c:295
status
=
TX_QUEUE_FULL
;
tx_queue_front_send.c:417
status
=
TX_QUEUE_FULL
;
tx_queue_send.c:290
status
=
TX_QUEUE_FULL
;
tx_queue_send.c:422
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out