Searched refs:s_AlarmTimeSeconds (Results 1 – 1 of 1) sorted by relevance
30 static volatile uint32_t s_AlarmTimeSeconds; variable382 s_AlarmTimeSeconds = second + s_CurrentTimeSeconds; in RTC_SetAlarm()395 RTC_ConvertSecondsToDatetime(s_AlarmTimeSeconds, datetime); in RTC_GetAlarm()411 …uint32_t alarmTimeSeconds = s_AlarmTimeSeconds; /* Fix the order of volatile accesses undefined is… in RTC_DriverIRQHandler()