Searched refs:MONTH (Results 1 – 3 of 3) sorted by relevance
63 rtc_regs->MONTH = BIT(0); in rtc_rts5912_reset_rtc_time()85 rtc_regs->MONTH = timeptr->tm_mon + RTS5912_RTC_MONTH_OFFSET; in rtc_rts5912_set_time()104 timeptr->tm_mon = rtc_regs->MONTH - RTS5912_RTC_MONTH_OFFSET; in rtc_rts5912_get_time()
134 timeptr->tm_mon = calendar.bit.MONTH - 1; in rtc_sam0_get_time()203 timeptr->tm_mon = calendar.bit.MONTH - 1; in rtc_sam0_tm_from_datetime()
25 volatile uint8_t MONTH; member