Searched refs:curDateTime (Results 1 – 1 of 1) sorted by relevance
1161 cy_stc_rtc_config_t curDateTime; in Cy_RTC_DstInterrupt() local1163 Cy_RTC_GetDateAndTime(&curDateTime); in Cy_RTC_DstInterrupt()1165 if (Cy_RTC_GetDstStatus(dstTime, &curDateTime)) in Cy_RTC_DstInterrupt()1171 if (curDateTime.hour == CY_RTC_MAX_HOURS_24H) in Cy_RTC_DstInterrupt()1177 curDateTime.dayOfWeek++; in Cy_RTC_DstInterrupt()1178 curDateTime.hour = 0U; in Cy_RTC_DstInterrupt()1183 if (curDateTime.dayOfWeek > CY_RTC_SATURDAY) in Cy_RTC_DstInterrupt()1185 curDateTime.dayOfWeek = CY_RTC_SUNDAY; in Cy_RTC_DstInterrupt()1188 curDateTime.date++; in Cy_RTC_DstInterrupt()1193 if (curDateTime.date > Cy_RTC_DaysInMonth(curDateTime.month, in Cy_RTC_DstInterrupt()[all …]