Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_rtc.c1023 uint32_t currentTime; in Cy_RTC_GetDstStatus() local
1064 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()