Searched refs:RTC_CAL_DAY_Pos (Results 1 – 2 of 2) sorted by relevance
824 #define RTC_CAL_DAY_Pos (0) /*!< RTC… macro825 #define RTC_CAL_DAY_Msk (0xful << RTC_CAL_DAY_Pos) /*!< RTC…
183 g_u32loDay = (RTC->CAL & RTC_CAL_DAY_Msk) >> RTC_CAL_DAY_Pos; in RTC_GetDateAndTime()