Searched refs:Q40_RTC_BASE (Results 1 – 1 of 1) sorted by relevance
48 #define Q40_RTC_BASE (0xff021ffc) macro50 #define Q40_RTC_YEAR (*(volatile unsigned char *)(Q40_RTC_BASE+0))51 #define Q40_RTC_MNTH (*(volatile unsigned char *)(Q40_RTC_BASE-4))52 #define Q40_RTC_DATE (*(volatile unsigned char *)(Q40_RTC_BASE-8))53 #define Q40_RTC_DOW (*(volatile unsigned char *)(Q40_RTC_BASE-12))54 #define Q40_RTC_HOUR (*(volatile unsigned char *)(Q40_RTC_BASE-16))55 #define Q40_RTC_MINS (*(volatile unsigned char *)(Q40_RTC_BASE-20))56 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24))57 #define Q40_RTC_CTRL (*(volatile unsigned char *)(Q40_RTC_BASE-28))
Completed in 4 milliseconds