Searched defs:mpc5121_rtc_regs (Results 1 – 1 of 1) sorted by relevance
21 struct mpc5121_rtc_regs { struct22 u8 set_time; /* RTC + 0x00 */23 u8 hour_set; /* RTC + 0x01 */33 u8 sw_set; /* RTC + 0x09 */41 u8 reserved1;42 u8 hour; /* RTC + 0x11 */43 u8 minute; /* RTC + 0x12 */44 u8 second; /* RTC + 0x13 */46 u8 month; /* RTC + 0x14 */48 u16 year; /* RTC + 0x16 */[all …]
Completed in 4 milliseconds