Go to the documentation of this file.
7 #define RTC_RTAR (PKUNITY_RTC_BASE + 0x0000)
11 #define RTC_RCNR (PKUNITY_RTC_BASE + 0x0004)
15 #define RTC_RTTR (PKUNITY_RTC_BASE + 0x0008)
19 #define RTC_RTSR (PKUNITY_RTC_BASE + 0x0010)
24 #define RTC_RTSR_AL FIELD(1, 1, 0)
28 #define RTC_RTSR_HZ FIELD(1, 1, 1)
32 #define RTC_RTSR_ALE FIELD(1, 1, 2)
36 #define RTC_RTSR_HZE FIELD(1, 1, 3)