FreeRTOS
tskDEFAULT_INDEX_TO_NOTIFY
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
tskDEFAULT_INDEX_TO_NOTIFY
tskDEFAULT_INDEX_TO_NOTIFY macro
Syntax
Show:
Summary
Declaration
from
task.h:82
#define
tskDEFAULT_INDEX_TO_NOTIFY
(
0
)
Examples
References
from
examples
Code
Location
#define
tskDEFAULT_INDEX_TO_NOTIFY
(
0
)
task.h:82
pxStreamBuffer
->
uxNotificationIndex
=
tskDEFAULT_INDEX_TO_NOTIFY
;
stream_buffer.c:1613
xTaskGenericNotify
(
(
xTaskToNotify
)
,
(
tskDEFAULT_INDEX_TO_NOTIFY
)
,
(
0
)
,
eIncrement
,
NULL
)
task.h:2988
vTaskGenericNotifyGiveFromISR
(
(
xTaskToNotify
)
,
(
tskDEFAULT_INDEX_TO_NOTIFY
)
,
(
pxHigherPriorityTaskWoken
)
)
task.h:3075
ulTaskGenericNotifyTake
(
(
tskDEFAULT_INDEX_TO_NOTIFY
)
,
(
xClearCountOnExit
)
,
(
xTicksToWait
)
)
task.h:3181
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