FreeRTOS
listGET_LIST_ITEM_VALUE
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
STM32 Libraries and Samples
FreeRTOS
listGET_LIST_ITEM_VALUE
listGET_LIST_ITEM_VALUE macro
Syntax
Show:
Summary
Declaration
from
list.h:208
#define
listGET_LIST_ITEM_VALUE
(
pxListItem
)
(
(
pxListItem
)
->
xItemValue
)
Arguments
Argument
pxListItem
Examples
References
from
examples
Code
Location
#define
listGET_LIST_ITEM_VALUE
(
pxListItem
)
(
(
pxListItem
)
->
xItemValue
)
list.h:208
uxBitsWaitedFor
=
listGET_LIST_ITEM_VALUE
(
pxListItem
)
;
event_groups.c:548
if
(
(
listGET_LIST_ITEM_VALUE
(
&
(
pxTCB
->
xEventListItem
)
)
&
taskEVENT_LIST_ITEM_VALUE_IN_USE
)
==
0UL
)
tasks.c:1646
xItemValue
=
listGET_LIST_ITEM_VALUE
(
&
(
pxTCB
->
xStateListItem
)
)
;
tasks.c:2761
xNextTaskUnblockTime
=
listGET_LIST_ITEM_VALUE
(
&
(
(
pxTCB
)
->
xStateListItem
)
)
;
tasks.c:3962
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
uxReturn
=
listGET_LIST_ITEM_VALUE
(
&
(
pxCurrentTCB
->
xEventListItem
)
)
;
tasks.c:4606
xReturn
=
listGET_LIST_ITEM_VALUE
(
&
(
pxTimer
->
xTimerListItem
)
)
;
timers.c:493
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