Home
last modified time | relevance | path

Searched refs:CounterValue (Results 1 – 2 of 2) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rtc.c144 void RTC_SetCounter(uint32_t CounterValue) in RTC_SetCounter() argument
148 RTC->CNTH = CounterValue >> 16; in RTC_SetCounter()
150 RTC->CNTL = (CounterValue & RTC_LSB_MASK); in RTC_SetCounter()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rtc.h106 void RTC_SetCounter(uint32_t CounterValue);

Completed in 3 milliseconds