threadx
xQueueOverwrite()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xQueueOverwrite()
xQueueOverwrite() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:544
BaseType_t
xQueueOverwrite
(
QueueHandle_t
xQueue
,
const
void
*
pvItemToQueue
)
;
Implemented in
tx_freertos.c:1958
Arguments
Argument
xQueue
pvItemToQueue
Related Functions
Found 19 other functions taking a
txfr_queue
argument:
Function
vQueueDelete()
xQueueReceive()
xQueueReceiveFromISR()
uxQueueMessagesWaiting()
xQueuePeek()
uxQueueSpacesAvailable()
uxQueueMessagesWaitingFromISR()
xQueueSend()
xQueuePeekFromISR()
xQueueIsQueueEmptyFromISR()
xQueueIsQueueFullFromISR()
xQueueSendToFront()
xQueueOverwriteFromISR()
xQueueCreateStatic()
xQueueSendFromISR()
xQueueSendToBack()
xQueueSendToBackFromISR()
xQueueSendToFrontFromISR()
xQueueReset()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xQueueOverwrite
(
QueueHandle_t
xQueue
,
tx_freertos.c:1958
BaseType_t
xQueueOverwrite
(
QueueHandle_t
xQueue
,
FreeRTOS.h:544
return
xQueueOverwrite
(
xQueue
,
pvItemToQueue
)
;
tx_freertos.c:2014
xQueueOverwriteFromISR()
Call Tree
from
examples
xQueueOverwrite()
is called by 1 function and calls 3 functions:
xQueueOverwriteFromISR()
All items filtered out
xQueueOverwrite()
__restore_interrupt()
__disable_interrupts()
_txe_semaphore_put()
All items filtered out
Data Use
from
examples
xQueueOverwrite()
reads 6 variables and writes 1 variable:
TX_SEMAPHORE_STRUCT::tx_semaphore_count
txfr_queue::p_mem
txfr_queue::read_sem
txfr_queue::p_write
txfr_queue::queue_length
txfr_queue::msg_size
All items filtered out
xQueueOverwrite()
txfr_queue::p_write
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