Searched refs:RelativeToFixed (Results 1 – 1 of 1) sorted by relevance
65 static uint32_t RelativeToFixed(cy_stc_rtc_dst_format_t const *convertDst);972 dstAlarmTimeAndDate.date = RelativeToFixed(nextDst); in Cy_RTC_SetNextDstTime()1039 dstStartDayOfMonth = RelativeToFixed(&dstTime->startDst); in Cy_RTC_GetDstStatus()1049 dstStopDayOfMonth = RelativeToFixed(&dstTime->stopDst); in Cy_RTC_GetDstStatus()1077 …uint32_t locDate = (CY_RTC_DST_FIXED != dstTime->startDst.format) ? RelativeToFixed(&dstTime->star… in Cy_RTC_GetDstStatus()1864 static uint32_t RelativeToFixed(cy_stc_rtc_dst_format_t const *convertDst) in RelativeToFixed() function