Searched refs:AlarmValue (Results 1 – 13 of 13) sorted by relevance
111 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument114 RTC->ALRMH = AlarmValue >> 16; in RTC_SetAlarm()115 RTC->ALRML = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
153 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument157 RTC->ALRH = AlarmValue >> 16; in RTC_SetAlarm()159 RTC->ALRL = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
178 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument182 RTC->ALRH = AlarmValue >> 16; in RTC_SetAlarm()184 RTC->ALRL = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
115 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument118 RTC->ALRMH = AlarmValue >> 16; in RTC_SetAlarm()119 RTC->ALRML = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
132 void RTC_SetAlarm(uint32_t AlarmValue) in RTC_SetAlarm() argument135 RTC->ALRMH = AlarmValue >> 16; in RTC_SetAlarm()136 RTC->ALRML = (AlarmValue & RTC_LSB_MASK); in RTC_SetAlarm()
52 void RTC_SetAlarm(uint32_t AlarmValue);
38 void RTC_SetAlarm(uint32_t AlarmValue);
87 void RTC_SetAlarm(uint32_t AlarmValue);
109 void RTC_SetAlarm(uint32_t AlarmValue);
Completed in 21 milliseconds