threadx
eNotifyAction
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/4)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
eNotifyAction
eNotifyAction enum
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:142
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
FreeRTOS.h:142
}
eNotifyAction
;
FreeRTOS.h:149
eNotifyAction
eNotifyAction
eAction
)
;
FreeRTOS.h:406
xTaskNotify()
xTaskNotify()::eAction
eNotifyAction
eAction
,
FreeRTOS.h:410
xTaskNotifyFromISR()
xTaskNotifyFromISR()::eAction
eNotifyAction
eAction
,
FreeRTOS.h:415
xTaskNotifyAndQuery()
xTaskNotifyAndQuery()::eAction
eNotifyAction
eAction
,
FreeRTOS.h:422
xTaskNotifyAndQueryFromISR()
xTaskNotifyAndQueryFromISR()::eAction
eNotifyAction
eAction
)
tx_freertos.c:853
xTaskNotify()
xTaskNotify()::eAction
eNotifyAction
eAction
,
tx_freertos.c:863
xTaskNotifyFromISR()
xTaskNotifyFromISR()::eAction
eNotifyAction
eAction
,
tx_freertos.c:875
xTaskNotifyAndQuery()
xTaskNotifyAndQuery()::eAction
eNotifyAction
eAction
,
tx_freertos.c:968
xTaskNotifyAndQueryFromISR()
xTaskNotifyAndQueryFromISR()::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
xTaskNotify()::eAction
xTaskNotify()
FreeRTOS.h:406
xTaskNotifyFromISR()::eAction
xTaskNotifyFromISR()
FreeRTOS.h:410
xTaskNotifyAndQuery()::eAction
xTaskNotifyAndQuery()
FreeRTOS.h:415
xTaskNotifyAndQueryFromISR()::eAction
xTaskNotifyAndQueryFromISR()
FreeRTOS.h:422
xTaskNotify()::eAction
xTaskNotify()
tx_freertos.c:853
xTaskNotifyFromISR()::eAction
xTaskNotifyFromISR()
tx_freertos.c:863
xTaskNotifyAndQuery()::eAction
xTaskNotifyAndQuery()
tx_freertos.c:875
xTaskNotifyAndQueryFromISR()::eAction
xTaskNotifyAndQueryFromISR()
tx_freertos.c:968
Lifecycle
from
examples
All items filtered out
All items filtered out