threadx
xQueueReset()
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
xQueueReset()
xQueueReset() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:542
BaseType_t
xQueueReset
(
QueueHandle_t
xQueue
)
;
Implemented in
tx_freertos.c:1915
Arguments
Argument
xQueue
Related Functions
Found 19 other functions taking a
txfr_queue
argument:
Function
vQueueDelete()
xQueueReceive()
xQueueReceiveFromISR()
uxQueueMessagesWaiting()
xQueuePeek()
uxQueueSpacesAvailable()
uxQueueMessagesWaitingFromISR()
xQueueSend()
xQueuePeekFromISR()
xQueueIsQueueEmptyFromISR()
xQueueIsQueueFullFromISR()
xQueueSendToFront()
xQueueOverwrite()
xQueueOverwriteFromISR()
xQueueCreateStatic()
xQueueSendFromISR()
xQueueSendToBack()
xQueueSendToBackFromISR()
xQueueSendToFrontFromISR()
Examples
References
from
examples
Code
Location
BaseType_t
xQueueReset
(
QueueHandle_t
xQueue
)
tx_freertos.c:1915
BaseType_t
xQueueReset
(
QueueHandle_t
xQueue
)
;
FreeRTOS.h:542
Call Tree
from
examples
xQueueReset()
calls 4 functions:
All items filtered out
xQueueReset()
__restore_interrupt()
__disable_interrupts()
_txe_semaphore_put()
_tx_thread_system_preempt_check()
All items filtered out
Data Use
from
examples
xQueueReset()
reads 6 variables and writes 4 variables:
TX_SEMAPHORE_STRUCT::tx_semaphore_count
txfr_queue::p_mem
txfr_queue::read_sem
txfr_queue::write_sem
txfr_queue::queue_length
_tx_thread_preempt_disable
All items filtered out
xQueueReset()
TX_SEMAPHORE_STRUCT::tx_semaphore_count
txfr_queue::p_write
txfr_queue::p_read
_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