Home
last modified time | relevance | path

Searched refs:day (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c47 if (!(t->day >= 1 && t->day <= 31)) return false; in valid_datetime()
70 (((uint32_t)t->day) << RTC_SETUP_0_DAY_LSB); in rtc_set_datetime()
104 t->day = (int8_t) ((rtc_1 & RTC_RTC_1_DAY_BITS ) >> RTC_RTC_1_DAY_LSB); in rtc_get_datetime()
139 if (t->day < 0) return true; in rtc_alarm_repeats()
153 … ((t->day < 0) ? 0 : (((uint32_t)t->day) << RTC_IRQ_SETUP_0_DAY_LSB )); in rtc_set_alarm()
162 if (t->day >= 0) hw_set_bits(&rtc_hw->irq_setup_0, RTC_IRQ_SETUP_0_DAY_ENA_BITS); in rtc_set_alarm()
/external/platform/pico/common/pico_util/
A Ddatetime.c35 t->day, in datetime_to_str()
/external/platform/pico/common/pico_base/include/pico/
A Dtypes.h96 int8_t day; ///< 1..28,29,30,31 depending on month member

Completed in 3 milliseconds