Searched refs:CounterValue (Results 1 – 12 of 12) sorted by relevance
81 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument84 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()85 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
120 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument124 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()126 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
145 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument149 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()151 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
87 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument90 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()91 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
98 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument101 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()102 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
36 void RTC_SetCounter(uint32_t CounterValue);
85 void RTC_SetCounter(uint32_t CounterValue);
107 void RTC_SetCounter(uint32_t CounterValue);
Completed in 11 milliseconds