FreeRTOS
eNotifyAction
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
eNotifyAction
eNotifyAction enum
Syntax
Show:
Summary
Declaration
from
task.h:116
enum
{
eNoAction
=
0
,
eSetBits
,
eIncrement
,
eSetValueWithOverwrite
,
eSetValueWithoutOverwrite
}
;
Values
Value
Declared as
eNotifyAction::eNoAction
=
0
eNotifyAction::eSetBits
eNotifyAction::eIncrement
eNotifyAction::eSetValueWithOverwrite
eNotifyAction::eSetValueWithoutOverwrite
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
task.h:116
}
eNotifyAction
;
task.h:123
eNotifyAction
eNotifyAction
eAction
,
task.h:2612
xTaskGenericNotify()
xTaskGenericNotify()::eAction
eNotifyAction
eAction
,
task.h:2764
xTaskGenericNotifyFromISR()
xTaskGenericNotifyFromISR()::eAction
eNotifyAction
eAction
,
tasks.c:7847
xTaskGenericNotify()
xTaskGenericNotify()::eAction
eNotifyAction
eAction
,
tasks.c:7967
xTaskGenericNotifyFromISR()
xTaskGenericNotifyFromISR()::eAction
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
Instance
Scope
Location
Project
xTaskGenericNotify()::eAction
xTaskGenericNotify()
task.h:2612
xTaskGenericNotifyFromISR()::eAction
xTaskGenericNotifyFromISR()
task.h:2764
xTaskGenericNotify()::eAction
xTaskGenericNotify()
tasks.c:7847
xTaskGenericNotifyFromISR()::eAction
xTaskGenericNotifyFromISR()
tasks.c:7967
Lifecycle
from
examples
All items filtered out
All items filtered out