Searched refs:usClockHz (Results 1 – 1 of 1) sorted by relevance
163 const uint16_t usClockHz = 15000UL; /* Internal clock. */ in vApplicationSetupTimerInterrupt() local164 const uint16_t usCompareMatch = ( usClockHz / configTICK_RATE_HZ ) + 1UL; in vApplicationSetupTimerInterrupt()