Searched refs:RTC_INPUT_FREQ (Results 1 – 1 of 1) sorted by relevance
52 #define RTC_INPUT_FREQ 32768 macro55 #define RTC_FREQ_TO_PRESCALER(FREQ) (uint16_t)(((RTC_INPUT_FREQ) / (FREQ)) - 1)
Completed in 4 milliseconds