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