Searched refs:RTC_RTC_1_YEAR_BITS (Results 1 – 2 of 2) sorted by relevance
101 t->year = (int16_t) ((rtc_1 & RTC_RTC_1_YEAR_BITS ) >> RTC_RTC_1_YEAR_LSB); in rtc_get_datetime()
283 #define RTC_RTC_1_YEAR_BITS _u(0x00fff000) macro