Searched refs:CY_RTC_DST_DAY_OF_MONTH_POSITION (Results 1 – 2 of 2) sorted by relevance
1062 (dstStartDayOfMonth << CY_RTC_DST_DAY_OF_MONTH_POSITION) | (dstTime->startDst.hour)); in Cy_RTC_GetDstStatus()1065 (timeDate->date << CY_RTC_DST_DAY_OF_MONTH_POSITION) | (timeDate->hour)); in Cy_RTC_GetDstStatus()1068 (dstStopDayOfMonth << CY_RTC_DST_DAY_OF_MONTH_POSITION) | (dstTime->stopDst.hour)); in Cy_RTC_GetDstStatus()
867 #define CY_RTC_DST_DAY_OF_MONTH_POSITION (5UL) macro