Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/ATMega323/
HDport.c54 #define portCLOCK_PRESCALER ( ( uint32_t ) 64 ) macro
374 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ATMega323/
HDport.c44 #define portCLOCK_PRESCALER ( ( uint32_t ) 64 ) macro
271 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/ThirdParty/GCC/ATmega/
HDport.c56 #define portCLOCK_PRESCALER ( (uint32_t) 1024 ) macro
707 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()