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
STM32 Libraries and Samples
FreeRTOS
vListInitialise()
vListInitialise() function
Syntax
Show:
Summary
Declaration
Definition
from
list.h:345
void
vListInitialise
(
List_t
*
const
pxList
)
PRIVILEGED_FUNCTION
;
Implemented in
list.c:37
Arguments
Argument
pxList
Related Functions
Found 10 other functions taking a
xLIST
argument:
Function
vListInsertEnd()
xTaskRemoveFromEventList()
vListInsert()
prvListTasksWithinSingleList()
prvSearchForNameWithinSingleList()
vTaskPlaceOnEventList()
vTaskPlaceOnUnorderedEventList()
vTaskPlaceOnEventListRestricted()
vCoRoutineAddToDelayedList()
xCoRoutineRemoveFromEventList()
Examples
References
from
examples
Code
Location
Referrer
void
vListInitialise
(
List_t
*
const
pxList
)
list.c:37
void
vListInitialise
(
List_t
*
const
pxList
)
PRIVILEGED_FUNCTION
;
list.h:345
vListInitialise
(
&
(
pxEventBits
->
xTasksWaitingForBits
)
)
;
event_groups.c:167
xEventGroupCreate()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
;
queue.c:296
xQueueGenericReset()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
;
queue.c:297
xQueueGenericReset()
vListInitialise
(
&
(
pxReadyTasksLists
[
uxPriority
]
)
)
;
tasks.c:3613
prvInitialiseTaskLists()
vListInitialise
(
&
xDelayedTaskList1
)
;
tasks.c:3616
prvInitialiseTaskLists()
vListInitialise
(
&
xDelayedTaskList2
)
;
tasks.c:3617
prvInitialiseTaskLists()
vListInitialise
(
&
xPendingReadyList
)
;
tasks.c:3618
prvInitialiseTaskLists()
vListInitialise
(
&
xTasksWaitingTermination
)
;
tasks.c:3622
prvInitialiseTaskLists()
vListInitialise
(
&
xSuspendedTaskList
)
;
tasks.c:3628
prvInitialiseTaskLists()
vListInitialise
(
&
xActiveTimerList1
)
;
timers.c:950
prvCheckForValidListAndQueue()
vListInitialise
(
&
xActiveTimerList2
)
;
timers.c:951
prvCheckForValidListAndQueue()
Call Tree
from
examples
vListInitialise()
is called by 4 functions:
xQueueGenericReset()
prvInitialiseTaskLists()
prvCheckForValidListAndQueue()
xEventGroupCreate()
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