threadx
+
0
/9 examples
SourceVu will show references to
tx_queue_create
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_MPU
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
tx_queue_create
tx_queue_create macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1294
#define
tx_queue_create
(
q
,
n
,
m
,
s
,
l
)
_txe_queue_create
(
(
q
)
,
(
n
)
,
(
m
)
,
(
s
)
,
(
l
)
,
(
sizeof
(
TX_QUEUE
)
)
)
Arguments
Argument
q
n
m
s
l
Examples
tx_queue_create
is referenced by 9 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_MPU
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
References
from
0/9
examples
Code
Location
#define
tx_queue_create
_tx_queue_create
tx_api.h:1060
#define
tx_queue_create
(
q
,
n
,
m
,
s
,
l
)
_txe_queue_create
(
(
q
)
,
(
n
)
,
(
m
)
,
(
s
)
,
(
l
)
,
(
sizeof
(
TX_QUEUE
)
)
)
tx_api.h:1294
ret
=
tx_queue_create
(
&
p_set
->
queue
,
""
,
sizeof
(
void
*
)
/
sizeof
(
UINT
)
,
p_mem
,
queue_size
)
;
tx_freertos.c:2680
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
All items filtered out
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out