threadx
xQueueSendToBackFromISR()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xQueueSendToBackFromISR()
xQueueSendToBackFromISR() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:505
BaseType_t
xQueueSendToBackFromISR
(
QueueHandle_t
xQueue
,
const
void
*
pvItemToQueue
,
BaseType_t
*
pxHigherPriorityTaskWoken
)
;
Implemented in
tx_freertos.c:1635
Arguments
Argument
xQueue
pvItemToQueue
pxHigherPriorityTaskWoken
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()
xQueueSendToFrontFromISR()
xQueueReset()
Examples
References
from
examples
Code
Location
BaseType_t
xQueueSendToBackFromISR
(
QueueHandle_t
xQueue
,
tx_freertos.c:1635
BaseType_t
xQueueSendToBackFromISR
(
QueueHandle_t
xQueue
,
FreeRTOS.h:505
Call Tree
from
examples
xQueueSendToBackFromISR()
calls 1 function:
All items filtered out
xQueueSendToBackFromISR()
xQueueSend()
All items filtered out
Data Use
from
examples
xQueueSendToBackFromISR()
:
All items filtered out
xQueueSendToBackFromISR()
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