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
Raspberry Pi Pico SDK and Examples
FreeRTOS
xTaskIncrementTick()
xTaskIncrementTick() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:3485
BaseType_t
xTaskIncrementTick
(
void
)
;
Implemented in
tasks.c:4686
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTaskIncrementTick
(
void
)
tasks.c:4686
BaseType_t
xTaskIncrementTick
(
void
)
PRIVILEGED_FUNCTION
;
task.h:3485
if
(
xTaskIncrementTick
(
)
!=
pdFALSE
)
port.c:747
xPortSysTickHandler()
if
(
xTaskIncrementTick
(
)
!=
pdFALSE
)
tasks.c:4066
xTaskResumeAll()
Call Tree
from
examples
xTaskIncrementTick()
is called by 2 functions and calls 5 functions:
xTaskResumeAll()
xPortSysTickHandler()
All items filtered out
xTaskIncrementTick()
prvResetNextTaskUnblockTime()
get_core_num()
vYieldCore()
__assert_func()
prvYieldForTask()
All items filtered out
Data Use
from
examples
xTaskIncrementTick()
reads 24 variables and writes 12 variables:
xLIST_ITEM::xItemValue
xLIST_ITEM::pxNext
xLIST_ITEM::pxPrevious
xLIST_ITEM::pvOwner
xLIST_ITEM::pvContainer
xMINI_LIST_ITEM::pxNext
xLIST::uxNumberOfItems
xLIST::pxIndex
xLIST::xListEnd
tskTaskControlBlock::xStateListItem
tskTaskControlBlock::xEventListItem
tskTaskControlBlock::uxPriority
pxDelayedTaskList
pxOverflowDelayedTaskList
xTickCount
uxTopReadyPriority
xPendedTicks
xNumOfOverflows
xNextTaskUnblockTime
uxSchedulerSuspended
xYieldPendings
tskTaskControlBlock::xTaskRunState
pxCurrentTCBs
pxReadyTasksLists
All items filtered out
xTaskIncrementTick()
xLIST_ITEM::pxNext
xLIST_ITEM::pxPrevious
xLIST_ITEM::pvContainer
xLIST::pxIndex
pxDelayedTaskList
pxOverflowDelayedTaskList
xTickCount
uxTopReadyPriority
xPendedTicks
xNumOfOverflows
xNextTaskUnblockTime
tskTaskControlBlock::xTaskRunState
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