FreeRTOS
taskNOTIFICATION_RECEIVED
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
taskNOTIFICATION_RECEIVED
taskNOTIFICATION_RECEIVED macro
Syntax
Show:
Summary
Declaration
from
tasks.c:70
#define
taskNOTIFICATION_RECEIVED
(
(
uint8_t
)
2
)
Examples
References
from
examples
Code
Location
#define
taskNOTIFICATION_RECEIVED
(
(
uint8_t
)
2
)
tasks.c:70
if
(
pxCurrentTCB
->
ucNotifyState
!=
taskNOTIFICATION_RECEIVED
)
tasks.c:4710
if
(
pxCurrentTCB
->
ucNotifyState
!=
taskNOTIFICATION_RECEIVED
)
tasks.c:4758
pxTCB
->
ucNotifyState
=
taskNOTIFICATION_RECEIVED
;
tasks.c:4801
if
(
ucOriginalNotifyState
!=
taskNOTIFICATION_RECEIVED
)
tasks.c:4818
pxTCB
->
ucNotifyState
=
taskNOTIFICATION_RECEIVED
;
tasks.c:4934
if
(
ucOriginalNotifyState
!=
taskNOTIFICATION_RECEIVED
)
tasks.c:4951
pxTCB
->
ucNotifyState
=
taskNOTIFICATION_RECEIVED
;
tasks.c:5057
if
(
pxTCB
->
ucNotifyState
==
taskNOTIFICATION_RECEIVED
)
tasks.c:5123
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