FreeRTOS
vListInitialise()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
vListInitialise()
vListInitialise() function
Syntax
Show:
Summary
Declaration
Definition
from
list.h:441
void
vListInitialise
(
List_t
*
const
pxList
)
;
Implemented in
list.c:49
Arguments
Argument
pxList
Related Functions
Found 10 other functions taking a
xLIST
argument:
Function
xTaskRemoveFromEventList()
vListInsert()
prvSearchForNameWithinSingleList()
prvListTasksWithinSingleList()
vTaskPlaceOnEventList()
vListInsertEnd()
vTaskPlaceOnUnorderedEventList()
vTaskPlaceOnEventListRestricted()
xCoRoutineRemoveFromEventList()
vCoRoutineAddToDelayedList()
Examples
References
from
examples
Code
Location
Referrer
void
vListInitialise
(
List_t
*
const
pxList
)
list.c:49
void
vListInitialise
(
List_t
*
const
pxList
)
PRIVILEGED_FUNCTION
;
list.h:441
vListInitialise
(
&
(
pxEventBits
->
xTasksWaitingForBits
)
)
;
event_groups.c:159
xEventGroupCreate()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
;
queue.c:353
xQueueGenericReset()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
;
queue.c:354
xQueueGenericReset()
vListInitialise
(
&
(
pxReadyTasksLists
[
uxPriority
]
)
)
;
tasks.c:6029
prvInitialiseTaskLists()
vListInitialise
(
&
xDelayedTaskList1
)
;
tasks.c:6032
prvInitialiseTaskLists()
vListInitialise
(
&
xDelayedTaskList2
)
;
tasks.c:6033
prvInitialiseTaskLists()
vListInitialise
(
&
xPendingReadyList
)
;
tasks.c:6034
prvInitialiseTaskLists()
vListInitialise
(
&
xTasksWaitingTermination
)
;
tasks.c:6038
prvInitialiseTaskLists()
vListInitialise
(
&
xSuspendedTaskList
)
;
tasks.c:6044
prvInitialiseTaskLists()
vListInitialise
(
&
xActiveTimerList1
)
;
timers.c:1120
prvCheckForValidListAndQueue()
vListInitialise
(
&
xActiveTimerList2
)
;
timers.c:1121
prvCheckForValidListAndQueue()
Call Tree
from
examples
vListInitialise()
is called by 4 functions:
xEventGroupCreate()
xQueueGenericReset()
prvInitialiseTaskLists()
prvCheckForValidListAndQueue()
All items filtered out
vListInitialise()
All items filtered out
Data Use
from
examples
vListInitialise()
reads 1 variable and writes 5 variables:
xLIST::xListEnd
All items filtered out
vListInitialise()
xMINI_LIST_ITEM::xItemValue
xMINI_LIST_ITEM::pxNext
xMINI_LIST_ITEM::pxPrevious
xLIST::uxNumberOfItems
xLIST::pxIndex
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