Searched refs:RTC_RTC_1_MONTH_BITS (Results 1 – 2 of 2) sorted by relevance
102 t->month = (int8_t) ((rtc_1 & RTC_RTC_1_MONTH_BITS) >> RTC_RTC_1_MONTH_LSB); in rtc_get_datetime()
291 #define RTC_RTC_1_MONTH_BITS _u(0x00000f00) macro