Home
last modified time | relevance | path

Searched refs:usClockHz (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/GCC/RL78/
Dport.c163 const uint16_t usClockHz = 15000UL; /* Internal clock. */ in vApplicationSetupTimerInterrupt() local
164 const uint16_t usCompareMatch = ( usClockHz / configTICK_RATE_HZ ) + 1UL; in vApplicationSetupTimerInterrupt()