Searched refs:RTC_DAY_OF_MONTH (Results 1 – 6 of 6) sorted by relevance
35 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro66 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()117 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
31 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro68 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()119 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
26 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro63 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()114 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
90 mday = rtc_read (RTC_DAY_OF_MONTH); in rtc_get()145 rtc_write (RTC_DAY_OF_MONTH, bin2bcd(tmp->tm_mday)); in rtc_set()
23 #define RTC_DAY_OF_MONTH 0x1FFD macro
31 #define RTC_DAY_OF_MONTH 7 macro
Completed in 9 milliseconds