threadx
+
0
/8 examples
SourceVu will show references to
tx_queue_send
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
ThreadX
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
tx_queue_send
tx_queue_send macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1301
#define
tx_queue_send
_txe_queue_send
Examples
tx_queue_send
is referenced by 8 libraries and example projects:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
ThreadX
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
References
from
0/8
examples
Code
Location
#define
tx_queue_send
_tx_queue_send
tx_api.h:1067
#define
tx_queue_send
_txe_queue_send
tx_api.h:1301
ret
=
tx_queue_send
(
&
xSemaphore
->
p_set
->
queue
,
&
xSemaphore
,
TX_NO_WAIT
)
;
tx_freertos.c:1368
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1603
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1699
Call Tree
from
0/8
examples
All items filtered out
All items filtered out
Data Use
from
0/8
examples
All items filtered out
All items filtered out
Class Tree
from
0/8
examples
All items filtered out
All items filtered out
Override Tree
from
0/8
examples
All items filtered out
All items filtered out
Implementations
from
0/8
examples
All items filtered out
All items filtered out
Instances
from
0/8
examples
Lifecycle
from
0/8
examples
All items filtered out
All items filtered out