threadx
+
0
/9 examples
SourceVu will show references to
_txe_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
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txe_queue_create()
_txe_queue_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1568
UINT
_txe_queue_create
(
TX_QUEUE
*
queue_ptr
,
CHAR
*
name_ptr
,
UINT
message_size
,
VOID
*
queue_start
,
ULONG
queue_size
,
UINT
queue_control_block_size
)
;
Implemented in
txe_queue_create.c:83
Arguments
Argument
Declared as
queue_ptr
TX_QUEUE
*
name_ptr
CHAR
*
message_size
UINT
queue_start
VOID
*
queue_size
ULONG
queue_control_block_size
UINT
Related Functions
Found 20 other functions taking a
TX_QUEUE_STRUCT
argument:
Function
_txe_queue_send()
_txe_queue_receive()
_tx_queue_delete()
_txm_module_manager_callback_request()
_txe_queue_info_get()
_txe_queue_flush()
_txe_queue_delete()
_tx_queue_create()
_tx_queue_send()
_txm_module_manager_queue_notify_trampoline()
_txe_queue_send_notify()
_txe_queue_front_send()
_tx_queue_flush()
_tx_queue_info_get()
_tx_queue_performance_info_get()
_tx_queue_prioritize()
_tx_queue_receive()
_tx_queue_send_notify()
_tx_queue_front_send()
_txe_queue_prioritize()
Examples
_txe_queue_create()
is referenced by 9 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out