Home
last modified time | relevance | path

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

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rtc.c177 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument
181 RTC->ALRH = AlarmValue >> 16; in RTC_SetAlarm()
183 RTC->ALRL = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rtc.h108 void RTC_SetAlarm(uint32_t AlarmValue);

Completed in 3 milliseconds