mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
imx233: add HW_RTC_CTRL and HW_RTC_STAT registers to debug screen
Change-Id: Id52f86b26ee039781f44fde639fb8f184c7dc438
This commit is contained in:
parent
c43919352d
commit
69bc230e7d
3 changed files with 6 additions and 1 deletions
|
|
@ -34,6 +34,8 @@ struct imx233_rtc_info_t
|
|||
uint32_t seconds;
|
||||
uint32_t persistent[6];
|
||||
uint32_t alarm;
|
||||
uint32_t rtc_ctrl;
|
||||
uint32_t rtc_stat;
|
||||
bool alarm_en, alarm_wake_en, alarm_wake, alarm_irq;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue