Searched refs:RTC_ReadReg (Results 1 – 1 of 1) sorted by relevance
54 RTC_ReadReg(uint8_t reg) in RTC_ReadReg() function65 uint8_t flags = RTC_ReadReg(0x0B); in RTC_ReadTime()68 tm.sec = RTC_ReadReg(RTC_SECONDS); in RTC_ReadTime()69 tm.min = RTC_ReadReg(RTC_MINUTES); in RTC_ReadTime()70 tm.hour = RTC_ReadReg(RTC_HOURS); in RTC_ReadTime()71 tm.wday = RTC_ReadReg(RTC_WEEKDAY); in RTC_ReadTime()72 tm.mday = RTC_ReadReg(RTC_DAY); in RTC_ReadTime()73 tm.month = RTC_ReadReg(RTC_MONTH); in RTC_ReadTime()74 tm.year = RTC_ReadReg(RTC_YEAR); in RTC_ReadTime()