Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/rtc_1/
Dfsl_rtc.c30 static volatile uint32_t s_AlarmTimeSeconds; variable
382 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()