Searched refs:year (Results 1 – 3 of 3) sorted by relevance
45 if (!(t->year >= 0 && t->year <= 4095)) return false; in valid_datetime()68 rtc_hw->setup_0 = (t->year << RTC_SETUP_0_YEAR_LSB ) | in rtc_set_datetime()99 t->year = (rtc_hw->rtc_1 & RTC_RTC_1_YEAR_BITS ) >> RTC_RTC_1_YEAR_LSB; in rtc_get_datetime()134 if (t->year == -1) return true; in rtc_alarm_repeats()148 rtc_hw->irq_setup_0 = ((t->year == -1) ? 0 : (t->year << RTC_IRQ_SETUP_0_YEAR_LSB )) | in rtc_set_alarm()157 if (t->year != -1) hw_set_bits(&rtc_hw->irq_setup_0, RTC_IRQ_SETUP_0_YEAR_ENA_BITS); in rtc_set_alarm()
40 t->year); in datetime_to_str()
70 int16_t year; ///< 0..4095 member
Completed in 3 milliseconds