FreeRTOS
ulStoppedTimerCompensation
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
ulStoppedTimerCompensation
ulStoppedTimerCompensation variable
Syntax
Show:
Summary
Declaration
from
port.c:168
static
uint32_t
ulStoppedTimerCompensation
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
ulStoppedTimerCompensation
=
0
;
port.c:168
if
(
ulReloadValue
>
ulStoppedTimerCompensation
)
port.c:531
vPortSuppressTicksAndSleep()
ulReloadValue
-=
ulStoppedTimerCompensation
;
port.c:533
vPortSuppressTicksAndSleep()
if
(
(
ulCalculatedLoadValue
<
ulStoppedTimerCompensation
)
||
(
ulCalculatedLoadValue
>
ulTimerCountsForOneTick
)
)
port.c:630
vPortSuppressTicksAndSleep()
ulStoppedTimerCompensation
=
portMISSED_COUNTS_FACTOR
/
(
configCPU_CLOCK_HZ
/
configSYSTICK_CLOCK_HZ
)
;
port.c:686
vPortSetupTimerInterrupt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulStoppedTimerCompensation
is written by 1 function and is read by 1 function:
vPortSetupTimerInterrupt()
All items filtered out
ulStoppedTimerCompensation
vPortSuppressTicksAndSleep()
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