Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ATMega323/
Dport.c54 #define portCLOCK_PRESCALER ( ( uint32_t ) 64 ) macro
378 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dport.c44 #define portCLOCK_PRESCALER ( ( uint32_t ) 64 ) macro
272 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dport.c56 #define portCLOCK_PRESCALER ( ( uint32_t ) 1024 ) macro
718 ulCompareMatch /= portCLOCK_PRESCALER; in prvSetupTimerInterrupt()