FreeRTOS
xLIST
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xLIST
xLIST struct
Syntax
Show:
Summary
Declaration
Definition
from
list.h:143
struct
xLIST
;
Implemented in
list.h:172
Fields
Field
Declared as
Description
xLIST::uxNumberOfItems
UBaseType_t
xLIST::pxIndex
ListItem_t
*
configLIST_VOLATILE
Used to walk through the list. Points to the last item returned by a call to listGET_OWNER_OF_NEXT_ENTRY ().
xLIST::xListEnd
MiniListItem_t
List item that contains the maximum possible item value meaning it is always at the end of the list and is therefore used as a marker.
Related Functions
Found 11 other functions taking a
xLIST
argument:
Function
xTaskRemoveFromEventList()
vListInitialise()
vListInsert()
prvSearchForNameWithinSingleList()
prvListTasksWithinSingleList()
vTaskPlaceOnEventList()
vListInsertEnd()
vTaskPlaceOnUnorderedEventList()
vTaskPlaceOnEventListRestricted()
xCoRoutineRemoveFromEventList()
vCoRoutineAddToDelayedList()
Examples
References
from
examples
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