ulStoppedTimerCompensation is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

ulStoppedTimerCompensation variable

Syntax

static uint32_t ulStoppedTimerCompensation = 0;

References

LocationReferrerText
port.c:168
static uint32_t ulStoppedTimerCompensation = 0;
port.c:531vPortSuppressTicksAndSleep()
if( ulReloadValue > ulStoppedTimerCompensation )
port.c:533vPortSuppressTicksAndSleep()
ulReloadValue -= ulStoppedTimerCompensation;
port.c:630vPortSuppressTicksAndSleep()
if( ( ulCalculatedLoadValue < ulStoppedTimerCompensation ) || ( ulCalculatedLoadValue > ulTimerCountsForOneTick ) )
port.c:686vPortSetupTimerInterrupt()
ulStoppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ );

Data Use

Functions writing ulStoppedTimerCompensation
Functions reading ulStoppedTimerCompensation
all items filtered out
ulStoppedTimerCompensation
all items filtered out
Type of ulStoppedTimerCompensation
ulStoppedTimerCompensation
uint32_t
all items filtered out