threadx
+
0
/1 examples
SourceVu will show references to
TX_QUEUE_STRUCT::tx_queue_start
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_start
TX_QUEUE_STRUCT::tx_queue_start field
Syntax
Show:
Summary
Declaration
from
tx_api.h:882
ULONG
*
tx_queue_start
;
Examples
TX_QUEUE_STRUCT::tx_queue_start
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
Referrer
ULONG
*
tx_queue_start
;
tx_api.h:882
queue_ptr
->
tx_queue_start
=
TX_VOID_TO_ULONG_POINTER_CONVERT
(
queue_start
)
;
tx_queue_create.c:106
_tx_queue_create()
queue_ptr
->
tx_queue_end
=
TX_ULONG_POINTER_ADD
(
queue_ptr
->
tx_queue_start
,
used_words
)
;
tx_queue_create.c:107
_tx_queue_create()
queue_ptr
->
tx_queue_read
=
queue_ptr
->
tx_queue_start
;
tx_queue_flush.c:109
_tx_queue_flush()
queue_ptr
->
tx_queue_write
=
queue_ptr
->
tx_queue_start
;
tx_queue_flush.c:110
_tx_queue_flush()
if
(
queue_ptr
->
tx_queue_read
==
queue_ptr
->
tx_queue_start
)
tx_queue_front_send.c:138
_tx_queue_front_send()
source
=
queue_ptr
->
tx_queue_start
;
tx_queue_receive.c:146
_tx_queue_receive()
source
=
queue_ptr
->
tx_queue_start
;
tx_queue_receive.c:265
_tx_queue_receive()
destination
=
queue_ptr
->
tx_queue_start
;
tx_queue_receive.c:303
_tx_queue_receive()
destination
=
queue_ptr
->
tx_queue_start
;
tx_queue_send.c:154
_tx_queue_send()
queued_message
=
(
TXM_MODULE_CALLBACK_MESSAGE
*
)
module_callback_queue
->
tx_queue_start
;
txm_module_manager_callback_request.c:138
_txm_module_manager_callback_request()
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_start
is written by 1 function and is read by 6 functions:
_tx_queue_create()
All items filtered out
TX_QUEUE_STRUCT::tx_queue_start
_tx_queue_create()
_tx_queue_flush()
_tx_queue_front_send()
_tx_queue_receive()
_tx_queue_send()
_txm_module_manager_callback_request()
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