FreeRTOS
xTaskNotifyIndexedFromISR
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xTaskNotifyIndexedFromISR
xTaskNotifyIndexedFromISR macro
Syntax
Show:
Summary
Declaration
from
task.h:2769
#define
xTaskNotifyIndexedFromISR
(
xTaskToNotify
,
uxIndexToNotify
,
ulValue
,
eAction
,
pxHigherPriorityTaskWoken
)
\
xTaskGenericNotifyFromISR
(
(
xTaskToNotify
)
,
(
uxIndexToNotify
)
,
(
ulValue
)
,
(
eAction
)
,
NULL
,
(
pxHigherPriorityTaskWoken
)
)
Arguments
Argument
xTaskToNotify
uxIndexToNotify
ulValue
eAction
pxHigherPriorityTaskWoken
Examples
References
from
examples
Code
Location
#define
xTaskNotifyIndexedFromISR
(
xTaskToNotify
,
uxIndexToNotify
,
ulValue
,
eAction
,
pxHigherPriorityTaskWoken
)
\
task.h:2769
(
void
)
xTaskNotifyIndexedFromISR
(
(
pxStreamBuffer
)
->
xTaskWaitingToSend
,
\
stream_buffer.c:112
(
void
)
xTaskNotifyIndexedFromISR
(
(
pxStreamBuffer
)
->
xTaskWaitingToReceive
,
\
stream_buffer.c:191
(
void
)
xTaskNotifyIndexedFromISR
(
(
pxStreamBuffer
)
->
xTaskWaitingToReceive
,
stream_buffer.c:1416
(
void
)
xTaskNotifyIndexedFromISR
(
(
pxStreamBuffer
)
->
xTaskWaitingToSend
,
stream_buffer.c:1455
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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