FreeRTOS
xMINI_LIST_ITEM::pxPrevious
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xMINI_LIST_ITEM::pxPrevious
xMINI_LIST_ITEM::pxPrevious field
Syntax
Show:
Summary
Declaration
from
list.h:166
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
Examples
References
from
examples
Code
Location
Referrer
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
list.h:166
pxList
->
xListEnd
.
pxPrevious
=
(
ListItem_t
*
)
&
(
pxList
->
xListEnd
)
;
/*lint !e826 !e740 !e9087 The mini list structure is used as the list end to save RAM. This is checked and valid. */
list.c:70
vListInitialise()
pxIterator
=
pxList
->
xListEnd
.
pxPrevious
;
list.c:154
vListInsert()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xMINI_LIST_ITEM::pxPrevious
is written by 1 function and is read by 1 function:
vListInitialise()
All items filtered out
xMINI_LIST_ITEM::pxPrevious
vListInsert()
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