FreeRTOS
+
0
/1 examples
SourceVu will show references to
xTaskNotify
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
FreeRTOS
xTaskNotify
xTaskNotify macro
Syntax
Show:
Summary
Declaration
from
task.h:1997
#define
xTaskNotify
(
xTaskToNotify
,
ulValue
,
eAction
)
\
xTaskGenericNotify
(
(
xTaskToNotify
)
,
(
tskDEFAULT_INDEX_TO_NOTIFY
)
,
(
ulValue
)
,
(
eAction
)
,
NULL
)
Arguments
Argument
xTaskToNotify
ulValue
eAction
Examples
xTaskNotify
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
xTaskNotify
(
xTaskToNotify
,
ulValue
,
eAction
)
\
task.h:1997
(
void
)
xTaskNotify
(
(
pxStreamBuffer
)
->
xTaskWaitingToSend
,
\
stream_buffer.c:73
(
void
)
xTaskNotify
(
(
pxStreamBuffer
)
->
xTaskWaitingToReceive
,
\
stream_buffer.c:150
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out