threadx
_tx_queue_flush()
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_flush()
_tx_queue_flush() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1551
UINT
_tx_queue_flush
(
TX_QUEUE
*
queue_ptr
)
;
Implemented in
tx_queue_flush.c:77
Arguments
Argument
queue_ptr
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_create()
_tx_queue_send()
_txm_module_manager_queue_notify_trampoline()
_txe_queue_send_notify()
_txe_queue_front_send()
_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_flush
(
TX_QUEUE
*
queue_ptr
)
tx_queue_flush.c:77
UINT
_tx_queue_flush
(
TX_QUEUE
*
queue_ptr
)
;
tx_api.h:1551
status
=
_tx_queue_flush
(
queue_ptr
)
;
txe_queue_flush.c:98
_txe_queue_flush()
Call Tree
from
examples
_tx_queue_flush()
is called by 1 function and calls 5 functions:
_txe_queue_flush()
All items filtered out
_tx_queue_flush()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_preempt_check()
_tx_thread_system_resume()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_queue_flush()
reads 8 variables and writes 9 variables:
TX_QUEUE_STRUCT::tx_queue_capacity
TX_QUEUE_STRUCT::tx_queue_enqueued
TX_QUEUE_STRUCT::tx_queue_start
TX_QUEUE_STRUCT::tx_queue_suspension_list
TX_QUEUE_STRUCT::tx_queue_suspended_count
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
_tx_thread_preempt_disable
All items filtered out
_tx_queue_flush()
TX_QUEUE_STRUCT::tx_queue_enqueued
TX_QUEUE_STRUCT::tx_queue_available_storage
TX_QUEUE_STRUCT::tx_queue_read
TX_QUEUE_STRUCT::tx_queue_write
TX_QUEUE_STRUCT::tx_queue_suspension_list
TX_QUEUE_STRUCT::tx_queue_suspended_count
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_status
_tx_thread_preempt_disable
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