FreeRTOS
ulTaskNotifyTake()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
ulTaskNotifyTake()
ulTaskNotifyTake() function
Syntax
Show:
Summary
Declaration
from
freertos_compatibility.c:60
uint32_t
ulTaskNotifyTake
(
BaseType_t
xClearCountOnExit
,
TickType_t
xTicksToWait
)
;
Arguments
Argument
xClearCountOnExit
xTicksToWait
Examples
References
from
examples
Code
Location
uint32_t
ulTaskNotifyTake
(
BaseType_t
xClearCountOnExit
,
freertos_compatibility.c:60
Call Tree
from
examples
ulTaskNotifyTake()
calls 1 function:
All items filtered out
ulTaskNotifyTake()
ulTaskGenericNotifyTake()
All items filtered out
Data Use
from
examples
ulTaskNotifyTake()
:
All items filtered out
ulTaskNotifyTake()
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