FreeRTOS
xTaskCatchUpTicks()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xTaskCatchUpTicks()
xTaskCatchUpTicks() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:2506
BaseType_t
xTaskCatchUpTicks
(
TickType_t
xTicksToCatchUp
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:2609
Arguments
Argument
xTicksToCatchUp
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTaskCatchUpTicks
(
TickType_t
xTicksToCatchUp
)
tasks.c:2609
BaseType_t
xTaskCatchUpTicks
(
TickType_t
xTicksToCatchUp
)
PRIVILEGED_FUNCTION
;
task.h:2506
xReturn
=
xTaskCatchUpTicks
(
xTicksToCatchUp
)
;
mpu_wrappers.c:459
MPU_xTaskCatchUpTicks()
Call Tree
from
examples
xTaskCatchUpTicks()
is called by 1 function and calls 3 functions:
MPU_xTaskCatchUpTicks()
All items filtered out
xTaskCatchUpTicks()
vPortRaiseBASEPRI()
vTaskSuspendAll()
xTaskResumeAll()
All items filtered out
Data Use
from
examples
xTaskCatchUpTicks()
reads 2 variables and writes 1 variable:
uxSchedulerSuspended
xPendedTicks
All items filtered out
xTaskCatchUpTicks()
xPendedTicks
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