Searched refs:date (Results 1 – 16 of 16) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_rtc.c | 130 CY_ASSERT_L3(CY_RTC_IS_DATE_VALID(dateTime->date, tmpDaysInMonth)); in Cy_RTC_SetDateAndTime() 131 …_IS_WEEK_DAY_VALID(dateTime->dayOfWeek, Cy_RTC_ConvertDayOfWeek(dateTime->date, dateTime->month, (… in Cy_RTC_SetDateAndTime() 133 if ((dateTime->date > 0U) && (dateTime->date <= tmpDaysInMonth)) in Cy_RTC_SetDateAndTime() 207 dateTime->date = CONVERT_BCD_TO_DEC(_FLD2VAL(BACKUP_RTC_DATE_RTC_DATE, tmpDate)); in Cy_RTC_GetDateAndTime() 272 …CY_ASSERT_L3(CY_RTC_IS_DATE_VALID(alarmDateTime->date, Cy_RTC_DaysInMonth(alarmDateTime->month, tm… in Cy_RTC_SetAlarmDateAndTime() 392 alarmDateTime->date = CONVERT_BCD_TO_DEC(_FLD2VAL(BACKUP_ALM1_DATE_ALM_DATE, tmpAlarmDate)); in Cy_RTC_GetAlarmDateAndTime() 457 alarmDateTime->date = CONVERT_BCD_TO_DEC(_FLD2VAL(BACKUP_ALM2_DATE_ALM_DATE, tmpAlarmDate)); in Cy_RTC_GetAlarmDateAndTime() 505 uint32_t date, uint32_t month, uint32_t year) in Cy_RTC_SetDateAndTimeDirect() argument 518 …CY_ASSERT_L3(CY_RTC_IS_DATE_VALID(date, Cy_RTC_DaysInMonth(month, year + CY_RTC_TWO_THOUSAND_YEARS… in Cy_RTC_SetDateAndTimeDirect() 557 …curTimeAndDate.dayOfWeek = Cy_RTC_ConvertDayOfWeek(date, month, (year + CY_RTC_TWO_THOUSAND_YEARS)… in Cy_RTC_SetDateAndTimeDirect() [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_rtc.c | 126 time->tm_mday = (int)pdlTime->date; in _cyhal_rtc_from_pdl_time() 130 time->tm_yday = (int)CUMULATIVE_DAYS[time->tm_mon] + (int)pdlTime->date - 1 + in _cyhal_rtc_from_pdl_time() 261 .date = 1, in cyhal_rtc_init() 413 .date = (uint32_t)time->tm_mday, in cyhal_rtc_set_alarm() 465 remaining = _cyhal_rtc_update_field(remaining, &now.hour, &now.date, 24); in cyhal_rtc_set_alarm_by_seconds() 468 now.date += remaining; in cyhal_rtc_set_alarm_by_seconds() 469 while (now.date > (days = Cy_RTC_DaysInMonth(now.month, year))) in cyhal_rtc_set_alarm_by_seconds() 471 now.date -= days; in cyhal_rtc_set_alarm_by_seconds() 501 now.date--; in cyhal_rtc_set_alarm_by_seconds() 503 if (now.date < 1) in cyhal_rtc_set_alarm_by_seconds() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_rtc.h | 521 uint32_t date; /**< Date of month, range [1-31] */ member 552 uint32_t date; /**< Alarm date, range [1-31]. member 621 uint32_t date, uint32_t month, uint32_t year); 639 … uint32_t date, uint32_t month, cy_en_rtc_alarm_t alarmIndex); 940 #define CY_RTC_IS_DATE_VALID(date, DaysInMonth) ((date > 0U) && (date <= DaysInMonth)) argument
|
| /hal_infineon-latest/XMCLib/devices/XMC4500/Source/GCC/ |
| D | XMC4504x512.ld | 3 * @date 2017-04-20
|
| D | XMC4500x768.ld | 3 * @date 2017-04-20
|
| D | XMC4502x768.ld | 3 * @date 2017-04-20
|
| D | XMC4500x1024.ld | 3 * @date 2017-04-20
|
| /hal_infineon-latest/mtb-hal-cat1/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/core-lib/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/mtb-pdl-cat1/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/serial-flash/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/mtb-template-cat1/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/abstraction-rtos/ |
| D | LICENSE | 82 for that Work shall terminate as of the date such litigation is filed.
|
| /hal_infineon-latest/XMCLib/devices/XMC4500/Source/ARM/ |
| D | startup_XMC4500.s | 6 ;* @date June 2016
|
| D | startup_XMC4502.s | 6 ;* @date June 2016
|
| D | startup_XMC4504.s | 6 ;* @date June 2016
|