FreeRTOS
xTaskNotifyWait
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xTaskNotifyWait
xTaskNotifyWait macro
Syntax
Show:
Summary
Declaration
from
mpu_wrappers.h:82
#define
xTaskNotifyWait
MPU_xTaskNotifyWait
Examples
References
from
examples
Code
Location
#define
xTaskNotifyWait
MPU_xTaskNotifyWait
mpu_wrappers.h:82
BaseType_t
xTaskNotifyWait
(
uint32_t
ulBitsToClearOnEntry
,
uint32_t
ulBitsToClearOnExit
,
uint32_t
*
pulNotificationValue
,
TickType_t
xTicksToWait
)
PRIVILEGED_FUNCTION
;
task.h:2021
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