Searched refs:CounterValue (Results 1 – 2 of 2) sorted by relevance
144 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument148 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()150 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
106 void RTC_SetCounter(uint32_t CounterValue);
Completed in 3 milliseconds