FreeRTOS
eNotifyAction
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
eNotifyAction
eNotifyAction enum
Syntax
Show:
Summary
Declaration
from
task.h:90
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:90
}
eNotifyAction
;
task.h:97
BaseType_t
MPU_xTaskGenericNotify
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:75
MPU_xTaskGenericNotify()
MPU_xTaskGenericNotify()::eAction
BaseType_t
MPU_xTaskGenericNotify
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
)
/* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:538
MPU_xTaskGenericNotify()
MPU_xTaskGenericNotify()::eAction
}
eNotifyAction
;
task.h:97
eNotifyAction
BaseType_t
xTaskGenericNotify
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
)
PRIVILEGED_FUNCTION
;
task.h:1853
xTaskGenericNotify()
xTaskGenericNotify()::eAction
BaseType_t
xTaskGenericNotifyFromISR
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
,
BaseType_t
*
pxHigherPriorityTaskWoken
)
PRIVILEGED_FUNCTION
;
task.h:1944
xTaskGenericNotifyFromISR()
xTaskGenericNotifyFromISR()::eAction
BaseType_t
xTaskGenericNotify
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
)
tasks.c:4783
xTaskGenericNotify()
xTaskGenericNotify()::eAction
BaseType_t
xTaskGenericNotifyFromISR
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
,
uint32_t
*
pulPreviousNotificationValue
,
BaseType_t
*
pxHigherPriorityTaskWoken
)
tasks.c:4897
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:1853
MPU_xTaskGenericNotify()::eAction
MPU_xTaskGenericNotify()
task.h:1853
xTaskGenericNotifyFromISR()::eAction
xTaskGenericNotifyFromISR()
task.h:1944
xTaskGenericNotify()::eAction
xTaskGenericNotify()
tasks.c:4783
xTaskGenericNotifyFromISR()::eAction
xTaskGenericNotifyFromISR()
tasks.c:4897
MPU_xTaskGenericNotify()::eAction
MPU_xTaskGenericNotify()
mpu_wrappers.c:538
MPU_xTaskGenericNotify()::eAction
MPU_xTaskGenericNotify()
mpu_prototypes.h:75
Lifecycle
from
examples
All items filtered out
All items filtered out