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
Raspberry Pi Pico SDK and Examples
FreeRTOS
pxContainer
pxContainer macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:2980
#define
pxContainer
pvContainer
Examples
References
from
examples
Code
Location
#define
pxContainer
pvContainer
FreeRTOS.h:2980
pxItem
->
pxContainer
=
NULL
;
list.c:94
pxNewListItem
->
pxContainer
=
pxList
;
list.c:131
pxNewListItem
->
pxContainer
=
pxList
;
list.c:208
List_t
*
const
pxList
=
pxItemToRemove
->
pxContainer
;
list.c:221
pxItemToRemove
->
pxContainer
=
NULL
;
list.c:241
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
/**< Pointer to the list in which this list item is placed (if any). */
list.h:151
List_t
*
const
pxList
=
(
pxItemToRemove
)
->
pxContainer
;
\
list.h:326
(
pxItemToRemove
)
->
pxContainer
=
NULL
;
\
list.h:336
(
pxNewListItem
)
->
pxContainer
=
(
pxList
)
;
\
list.h:382
#define
listIS_CONTAINED_WITHIN
(
pxList
,
pxListItem
)
(
(
(
pxListItem
)
->
pxContainer
==
(
pxList
)
)
?
(
pdTRUE
)
:
(
pdFALSE
)
)
list.h:414
#define
listLIST_ITEM_CONTAINER
(
pxListItem
)
(
(
pxListItem
)
->
pxContainer
)
list.h:422
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