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 = (((uint32_t)t->year) << RTC_SETUP_0_YEAR_LSB ) | in rtc_set_datetime()102 t->year = (int16_t) ((rtc_1 & RTC_RTC_1_YEAR_BITS ) >> RTC_RTC_1_YEAR_LSB); in rtc_get_datetime()137 if (t->year < 0) return true; in rtc_alarm_repeats()151 … rtc_hw->irq_setup_0 = ((t->year < 0) ? 0 : (((uint32_t)t->year) << RTC_IRQ_SETUP_0_YEAR_LSB )) | in rtc_set_alarm()160 if (t->year >= 0) 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()
94 int16_t year; ///< 0..4095 member
Completed in 6 milliseconds