Searched refs:day (Results 1 – 3 of 3) sorted by relevance
47 if (!(t->day >= 1 && t->day <= 31)) return false; in valid_datetime()70 (t->day << RTC_SETUP_0_DAY_LSB); in rtc_set_datetime()101 t->day = (rtc_hw->rtc_1 & RTC_RTC_1_DAY_BITS ) >> RTC_RTC_1_DAY_LSB; in rtc_get_datetime()136 if (t->day == -1) return true; in rtc_alarm_repeats()150 ((t->day == -1) ? 0 : (t->day << RTC_IRQ_SETUP_0_DAY_LSB )); in rtc_set_alarm()159 if (t->day != -1) hw_set_bits(&rtc_hw->irq_setup_0, RTC_IRQ_SETUP_0_DAY_ENA_BITS); in rtc_set_alarm()
35 t->day, in datetime_to_str()
72 int8_t day; ///< 1..28,29,30,31 depending on month member
Completed in 4 milliseconds