Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_rtc.c1024 uint32_t dstStopTime; in Cy_RTC_GetDstStatus() local
1067 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()