Searched defs:year (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_rtc.h | 523 uint32_t year; /**< Year, range [0-99] */ member 946 #define CY_RTC_IS_YEAR_SHORT_VALID(year) ((year) <= CY_RTC_MAX_YEAR) argument 949 #define CY_RTC_IS_YEAR_LONG_VALID(year) ((year) > 0U) argument 1008 __STATIC_INLINE uint32_t Cy_RTC_ConvertDayOfWeek(uint32_t day, uint32_t month, uint32_t year) in Cy_RTC_ConvertDayOfWeek() 1061 __STATIC_INLINE bool Cy_RTC_IsLeapYear(uint32_t year) in Cy_RTC_IsLeapYear() 1089 __STATIC_INLINE uint32_t Cy_RTC_DaysInMonth(uint32_t month, uint32_t year) in Cy_RTC_DaysInMonth()
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_rtc.c | 116 static void _cyhal_rtc_from_pdl_time(cy_stc_rtc_config_t *pdlTime, const int year, struct tm *time)… in _cyhal_rtc_from_pdl_time() 315 const int year = (int)(dateTime.year + _cyhal_rtc_get_century()); in cyhal_rtc_read() local 331 uint32_t day, uint32_t month, uint32_t year) in cyhal_rtc_write_direct() 457 const int year = (int)(now.year + _cyhal_rtc_get_century()); in cyhal_rtc_set_alarm_by_seconds() local
|
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_rtc.h | 201 uint32_t year : 16; /**< Alarm year compare value */ member 242 uint32_t year : 16; /**< Year time value */ member
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_rtc.c | 505 uint32_t date, uint32_t month, uint32_t year) in Cy_RTC_SetDateAndTimeDirect()
|