threadx
xQueueSendToFront()
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
xQueueSendToFront()
xQueueSendToFront() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:509
BaseType_t
xQueueSendToFront
(
QueueHandle_t
xQueue
,
const
void
*
pvItemToQueue
,
TickType_t
xTicksToWait
)
;
Implemented in
tx_freertos.c:1645
Arguments
Argument
xQueue
pvItemToQueue
xTicksToWait
Related Functions
Found 19 other functions taking a
txfr_queue
argument:
Function
vQueueDelete()
xQueueReceive()
xQueueReceiveFromISR()
uxQueueMessagesWaiting()
xQueuePeek()
uxQueueSpacesAvailable()
uxQueueMessagesWaitingFromISR()
xQueueSend()
xQueuePeekFromISR()
xQueueIsQueueEmptyFromISR()
xQueueIsQueueFullFromISR()
xQueueOverwrite()
xQueueOverwriteFromISR()
xQueueCreateStatic()
xQueueSendFromISR()
xQueueSendToBack()
xQueueSendToBackFromISR()
xQueueSendToFrontFromISR()
xQueueReset()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xQueueSendToFront
(
QueueHandle_t
xQueue
,
tx_freertos.c:1645
BaseType_t
xQueueSendToFront
(
QueueHandle_t
xQueue
,
FreeRTOS.h:509
return
xQueueSendToFront
(
xQueue
,
pvItemToQueue
,
0u
)
;
tx_freertos.c:1724
xQueueSendToFrontFromISR()
Call Tree
from
examples
xQueueSendToFront()
is called by 1 function and calls 6 functions:
xQueueSendToFrontFromISR()
All items filtered out
xQueueSendToFront()
__restore_interrupt()
__disable_interrupts()
_txe_semaphore_get()
_txe_semaphore_put()
_txe_queue_send()
_tx_thread_system_preempt_check()
All items filtered out
Data Use
from
examples
xQueueSendToFront()
reads 6 variables and writes 2 variables:
txfr_queue::p_set
txfr_queue::p_mem
txfr_queue::p_read
txfr_queue::queue_length
txfr_queue::msg_size
_tx_thread_preempt_disable
All items filtered out
xQueueSendToFront()
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