Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/STR75x/
Dport.c51 #define portPRESCALE 20 macro
180 TB_InitStructure.TB_Prescaler = portPRESCALE - 1; in prvSetupTimerInterrupt()
181 TB_InitStructure.TB_AutoReload = ( ( configCPU_CLOCK_HZ / portPRESCALE ) / configTICK_RATE_HZ ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/STR75x/
Dport.c50 #define portPRESCALE 20 macro
192 TB_InitStructure.TB_Prescaler = portPRESCALE - 1; in prvSetupTimerInterrupt()
193 TB_InitStructure.TB_AutoReload = ( ( configCPU_CLOCK_HZ / portPRESCALE ) / configTICK_RATE_HZ ); in prvSetupTimerInterrupt()