FreeRTOS
xTaskIncrementTick()
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
STM32 Libraries and Samples
FreeRTOS
xTaskIncrementTick()
xTaskIncrementTick() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:2343
BaseType_t
xTaskIncrementTick
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:2707
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTaskIncrementTick
(
void
)
tasks.c:2707
BaseType_t
xTaskIncrementTick
(
void
)
PRIVILEGED_FUNCTION
;
task.h:2343
if
(
xTaskIncrementTick
(
)
!=
pdFALSE
)
port.c:497
xPortSysTickHandler()
if
(
xTaskIncrementTick
(
)
!=
pdFALSE
)
port.c:597
if
(
xTaskIncrementTick
(
)
!=
pdFALSE
)
tasks.c:2259
xTaskResumeAll()
Call Tree
from
examples
xTaskIncrementTick()
is called by 2 functions and calls 5 functions:
xTaskResumeAll()
xPortSysTickHandler()
All items filtered out
xTaskIncrementTick()
vPortRaiseBASEPRI()
vListInsertEnd()
uxListRemove()
prvResetNextTaskUnblockTime()
vApplicationTickHook()
All items filtered out
Data Use
from
examples
xTaskIncrementTick()
reads 21 variables and writes 6 variables:
xLIST_ITEM::xItemValue
xLIST_ITEM::pvOwner
xLIST_ITEM::pvContainer
xMINI_LIST_ITEM::pxNext
xLIST::uxNumberOfItems
xLIST::xListEnd
tskTaskControlBlock::xStateListItem
tskTaskControlBlock::xEventListItem
tskTaskControlBlock::uxPriority
uxSchedulerSuspended
pxCurrentTCB
pxReadyTasksLists
pxDelayedTaskList
pxOverflowDelayedTaskList
xTickCount
uxTopReadyPriority
xPendedTicks
xYieldPending
xNumOfOverflows
xNextTaskUnblockTime
xLIST_ITEM::pxContainer
All items filtered out
xTaskIncrementTick()
pxDelayedTaskList
pxOverflowDelayedTaskList
xTickCount
xPendedTicks
xNumOfOverflows
xNextTaskUnblockTime
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