FreeRTOS
pxContainer
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
pxContainer
pxContainer macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:967
#define
pxContainer
pvContainer
Examples
References
from
examples
Code
Location
#define
pxContainer
pvContainer
FreeRTOS.h:967
pxItem
->
pxContainer
=
NULL
;
list.c:65
pxNewListItem
->
pxContainer
=
pxList
;
list.c:97
pxNewListItem
->
pxContainer
=
pxList
;
list.c:164
List_t
*
const
pxList
=
pxItemToRemove
->
pxContainer
;
list.c:174
pxItemToRemove
->
pxContainer
=
NULL
;
list.c:192
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
/*< Pointer to the list in which this list item is placed (if any). */
list.h:147
#define
listIS_CONTAINED_WITHIN
(
pxList
,
pxListItem
)
(
(
(
pxListItem
)
->
pxContainer
==
(
pxList
)
)
?
(
pdTRUE
)
:
(
pdFALSE
)
)
list.h:318
#define
listLIST_ITEM_CONTAINER
(
pxListItem
)
(
(
pxListItem
)
->
pxContainer
)
list.h:326
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