FreeRTOS
taskEVENT_LIST_ITEM_VALUE_IN_USE
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
taskEVENT_LIST_ITEM_VALUE_IN_USE
taskEVENT_LIST_ITEM_VALUE_IN_USE macro
Syntax
Show:
Summary
Declaration
from
tasks.c:244
#define
taskEVENT_LIST_ITEM_VALUE_IN_USE
0x80000000UL
Examples
References
from
examples
Code
Location
#define
taskEVENT_LIST_ITEM_VALUE_IN_USE
0x80000000UL
tasks.c:244
if
(
(
listGET_LIST_ITEM_VALUE
(
&
(
pxTCB
->
xEventListItem
)
)
&
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
==
0UL
)
tasks.c:1646
listSET_LIST_ITEM_VALUE
(
&
(
pxCurrentTCB
->
xEventListItem
)
,
xItemValue
|
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
;
tasks.c:3092
listSET_LIST_ITEM_VALUE
(
pxEventListItem
,
xItemValue
|
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
;
tasks.c:3215
if
(
(
listGET_LIST_ITEM_VALUE
(
&
(
pxMutexHolderTCB
->
xEventListItem
)
)
&
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
==
0UL
)
tasks.c:4032
if
(
(
listGET_LIST_ITEM_VALUE
(
&
(
pxTCB
->
xEventListItem
)
)
&
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
==
0UL
)
tasks.c:4232
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