threadx
+
0
/10 examples
SourceVu will show references to
TX_QUEUE
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
NetXDuo
Nx_WebServer
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
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_QUEUE
TX_QUEUE struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:860
typedef
struct
TX_QUEUE_STRUCT
{
ULONG
tx_queue_id
;
CHAR
*
tx_queue_name
;
UINT
tx_queue_message_size
;
UINT
tx_queue_capacity
;
UINT
tx_queue_enqueued
;
UINT
tx_queue_available_storage
;
ULONG
*
tx_queue_start
;
ULONG
*
tx_queue_end
;
ULONG
*
tx_queue_read
;
ULONG
*
tx_queue_write
;
struct
TX_THREAD_STRUCT
*
tx_queue_suspension_list
;
UINT
tx_queue_suspended_count
;
struct
TX_QUEUE_STRUCT
*
tx_queue_created_next
,
*
tx_queue_created_previous
;
#ifdef
TX_QUEUE_ENABLE_PERFORMANCE_INFO
ULONG
tx_queue_performance_messages_sent_count
;
ULONG
tx_queue_performance_messages_received_count
;
ULONG
tx_queue_performance_empty_suspension_count
;
ULONG
tx_queue_performance_full_suspension_count
;
ULONG
tx_queue_performance_full_error_count
;
ULONG
tx_queue_performance_timeout_count
;
#endif
#ifndef
TX_DISABLE_NOTIFY_CALLBACKS
VOID
(
*
tx_queue_send_notify
)
(
struct
TX_QUEUE_STRUCT
*
queue_ptr
)
;
#endif
TX_QUEUE_EXTENSION
}
TX_QUEUE
;
Fields
Field
Declared as
TX_QUEUE_STRUCT::tx_queue_id
ULONG
TX_QUEUE_STRUCT::tx_queue_name
CHAR
*
TX_QUEUE_STRUCT::tx_queue_message_size
UINT
TX_QUEUE_STRUCT::tx_queue_capacity
UINT
TX_QUEUE_STRUCT::tx_queue_enqueued
UINT
TX_QUEUE_STRUCT::tx_queue_available_storage
UINT
TX_QUEUE_STRUCT::tx_queue_start
ULONG
*
TX_QUEUE_STRUCT::tx_queue_end
ULONG
*
TX_QUEUE_STRUCT::tx_queue_read
ULONG
*
TX_QUEUE_STRUCT::tx_queue_write
ULONG
*
TX_QUEUE_STRUCT::tx_queue_suspension_list
struct
TX_THREAD_STRUCT
*
TX_QUEUE_STRUCT::tx_queue_suspended_count
UINT
TX_QUEUE_STRUCT::tx_queue_created_next
struct
TX_QUEUE_STRUCT
*
TX_QUEUE_STRUCT::tx_queue_created_previous
struct
TX_QUEUE_STRUCT
*
tx_queue_created_next
,
*
TX_QUEUE_STRUCT::tx_queue_send_notify
VOID
(
*
)
(
struct
TX_QUEUE_STRUCT
*
queue_ptr
)
TX_QUEUE_STRUCT::tx_queue_module_instance
TX_QUEUE_EXTENSION
TX_QUEUE_STRUCT::tx_queue_send_module_notify
TX_QUEUE_EXTENSION
Related Functions
Found 21 other functions taking a
TX_QUEUE_STRUCT
argument:
Function
_txe_queue_send()
_txe_queue_receive()
_txe_queue_create()
_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
TX_QUEUE
is referenced by 10 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