threadx
+
0
/1 examples
SourceVu will show references to
TX_QUEUE_ID
from the following samples and libraries:
Libraries
cmsis_rtos_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_QUEUE_ID
TX_QUEUE_ID macro
Syntax
Show:
Summary
Declaration
from
tx_queue.h:56
#define
TX_QUEUE_ID
(
(
ULONG
)
0x51554555
)
Examples
TX_QUEUE_ID
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
#define
TX_QUEUE_ID
(
(
ULONG
)
0x51554555
)
tx_queue.h:56
pxQueueBuffer
->
id
=
TX_QUEUE_ID
;
tx_freertos.c:1465
p_queue
->
id
=
TX_QUEUE_ID
;
tx_freertos.c:1519
}
else
if
(
*
(
(
ULONG
*
)
(
xQueueOrSemaphore
)
)
==
TX_QUEUE_ID
)
{
tx_freertos.c:2710
}
else
if
(
*
(
(
ULONG
*
)
(
xQueueOrSemaphore
)
)
==
TX_QUEUE_ID
)
{
tx_freertos.c:2753
if
(
queue_ptr
->
tx_queue_id
==
TX_QUEUE_ID
)
tx_queue_cleanup.c:112
queue_ptr
->
tx_queue_id
=
TX_QUEUE_ID
;
tx_queue_create.c:123
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_delete.c:96
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_flush.c:88
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_front_send.c:100
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_info_get.c:97
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_prioritize.c:85
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_receive.c:102
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_send.c:100
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_send_notify.c:89
if
(
(
module_callback_queue
)
&&
(
module_callback_queue
->
tx_queue_id
==
TX_QUEUE_ID
)
)
txm_module_manager_callback_request.c:85
if
(
(
queue_ptr
==
TX_NULL
)
||
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
)
txm_module_manager_dispatch.h:1635
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