#include <cpu/rtc.h>
Go to the source code of this file.
#define RTC_24H 0x02 /* 24 hour mode - else hours bit 7 means pm */ |
Definition at line 13 of file rtc.h.
#define RTC_BATT_BAD 0x100 /* battery bad */ |
Definition at line 10 of file rtc.h.
#define RTC_CAP_4_DIGIT_YEAR (1 << 0) |
Definition at line 20 of file rtc.h.
#define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ |
Definition at line 12 of file rtc.h.
#define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ |
Definition at line 14 of file rtc.h.
#define RTC_SQWE 0x08 /* enable square-wave output */ |
Definition at line 11 of file rtc.h.