Searched refs:currentTime (Results 1 – 1 of 1) sorted by relevance
1023 uint32_t currentTime; in Cy_RTC_GetDstStatus() local1064 currentTime = ((uint32_t) (timeDate->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()