Searched refs:RTC_CAL_TENYEAR_Msk (Results 1 – 2 of 2) sorted by relevance
840 #define RTC_CAL_TENYEAR_Msk (0xful << RTC_CAL_TENYEAR_Pos) /*!< RTC… macro
178 g_u32hiYear = (RTC->CAL & RTC_CAL_TENYEAR_Msk) >> RTC_CAL_TENYEAR_Pos; in RTC_GetDateAndTime()