Searched refs:dstStopTime (Results 1 – 1 of 1) sorted by relevance
1024 uint32_t dstStopTime; in Cy_RTC_GetDstStatus() local1067 dstStopTime = ((uint32_t) (dstTime->stopDst.month << CY_RTC_DST_MONTH_POSITION) | in Cy_RTC_GetDstStatus()1070 if ((dstStartTime <= currentTime) && (dstStopTime > currentTime)) in Cy_RTC_GetDstStatus()1074 …if (1UL == (dstStopTime - currentTime)) /* Check for the 'an hour before/after stop DST event' per… in Cy_RTC_GetDstStatus()