threadx
+
0
/1 examples
SourceVu will show references to
TX_QUEUE_STRUCT::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_STRUCT::tx_queue_id
TX_QUEUE_STRUCT::tx_queue_id field
Syntax
Show:
Summary
Declaration
from
tx_api.h:864
ULONG
tx_queue_id
;
Examples
TX_QUEUE_STRUCT::tx_queue_id
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
Referrer
ULONG
tx_queue_id
;
tx_api.h:864
if
(
queue_ptr
->
tx_queue_id
==
TX_QUEUE_ID
)
tx_queue_cleanup.c:112
_tx_queue_cleanup()
queue_ptr
->
tx_queue_id
=
TX_QUEUE_ID
;
tx_queue_create.c:123
_tx_queue_create()
queue_ptr
->
tx_queue_id
=
TX_CLEAR_ID
;
tx_queue_delete.c:104
_tx_queue_delete()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_delete.c:96
_txe_queue_delete()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_flush.c:88
_txe_queue_flush()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_front_send.c:100
_txe_queue_front_send()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_info_get.c:97
_txe_queue_info_get()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_prioritize.c:85
_txe_queue_prioritize()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_receive.c:102
_txe_queue_receive()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_send.c:100
_txe_queue_send()
else
if
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
txe_queue_send_notify.c:89
_txe_queue_send_notify()
if
(
(
module_callback_queue
)
&&
(
module_callback_queue
->
tx_queue_id
==
TX_QUEUE_ID
)
)
txm_module_manager_callback_request.c:85
_txm_module_manager_callback_request()
if
(
(
queue_ptr
==
TX_NULL
)
||
(
queue_ptr
->
tx_queue_id
!=
TX_QUEUE_ID
)
)
txm_module_manager_dispatch.h:1635
_txm_module_manager_tx_queue_send_notify_dispatch()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
TX_QUEUE_STRUCT::tx_queue_id
is written by 2 functions and is read by 11 functions:
_tx_queue_create()
_tx_queue_delete()
All items filtered out
TX_QUEUE_STRUCT::tx_queue_id
_tx_queue_cleanup()
_txe_queue_delete()
_txe_queue_flush()
_txe_queue_front_send()
_txe_queue_info_get()
_txe_queue_prioritize()
_txe_queue_receive()
_txe_queue_send()
_txe_queue_send_notify()
_txm_module_manager_callback_request()
_txm_module_manager_tx_queue_send_notify_dispatch()
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