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