threadx
_tx_queue_create()
is only used within threadx.
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
_tx_queue_create()
_tx_queue_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1548
UINT
_tx_queue_create
(
TX_QUEUE
*
queue_ptr
,
CHAR
*
name_ptr
,
UINT
message_size
,
VOID
*
queue_start
,
ULONG
queue_size
)
;
Implemented in
tx_queue_create.c:77
Arguments
Argument
Declared as
queue_ptr
TX_QUEUE
*
name_ptr
CHAR
*
message_size
UINT
queue_start
VOID
*
queue_size
ULONG
Related Functions
Found 20 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_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
References
from
examples
Code
Location
Referrer
UINT
_tx_queue_create
(
TX_QUEUE
*
queue_ptr
,
CHAR
*
name_ptr
,
UINT
message_size
,
tx_queue_create.c:77
UINT
_tx_queue_create
(
TX_QUEUE
*
queue_ptr
,
CHAR
*
name_ptr
,
UINT
message_size
,
tx_api.h:1548
status
=
_tx_queue_create
(
queue_ptr
,
name_ptr
,
message_size
,
queue_start
,
queue_size
)
;
txe_queue_create.c:234
_txe_queue_create()
status
=
_tx_queue_create
(
&
(
module_instance
->
txm_module_instance_callback_request_queue
)
,
"Module Callback Request Queue"
,
(
sizeof
(
TXM_MODULE_CALLBACK_MESSAGE
)
/
sizeof
(
ULONG
)
)
,
txm_module_manager_start.c:136
_txm_module_manager_start()
Call Tree
from
examples
_tx_queue_create()
is called by 2 functions and calls 3 functions:
_txe_queue_create()
_txm_module_manager_start()
All items filtered out
_tx_queue_create()
__disable_interrupts()
__restore_interrupt()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_queue_create()
reads 4 variables and writes 13 variables:
TX_QUEUE_STRUCT::tx_queue_start
TX_QUEUE_STRUCT::tx_queue_created_previous
_tx_queue_created_ptr
_tx_queue_created_count
All items filtered out
_tx_queue_create()
TX_QUEUE_STRUCT::tx_queue_id
TX_QUEUE_STRUCT::tx_queue_name
TX_QUEUE_STRUCT::tx_queue_message_size
TX_QUEUE_STRUCT::tx_queue_capacity
TX_QUEUE_STRUCT::tx_queue_available_storage
TX_QUEUE_STRUCT::tx_queue_start
TX_QUEUE_STRUCT::tx_queue_end
TX_QUEUE_STRUCT::tx_queue_read
TX_QUEUE_STRUCT::tx_queue_write
TX_QUEUE_STRUCT::tx_queue_created_next
TX_QUEUE_STRUCT::tx_queue_created_previous
_tx_queue_created_ptr
_tx_queue_created_count
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