Searched refs:RTC_CTL_BIT_RS1 (Results 1 – 4 of 4) sorted by relevance
54 #define RTC_CTL_BIT_RS1 0x8 /* Rate select 1 */ macro160 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)162 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)280 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)282 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
57 #define RTC_CTL_BIT_RS1 (1<<1) /* Bit 1/2 - Rate Select square wave output */ macro182 |RTC_CTL_BIT_RS1 in rtc_reset()
44 #define RTC_CTL_BIT_RS1 0x8 /* Rate select 1 */ macro146 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2); in rtc_reset()242 RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2); in ds3231_rtc_reset()
47 #define RTC_CTL_BIT_RS1 0x02 /* Rate select 1 */ macro188 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS0); in rtc_reset()323 RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | in ds1307_rtc_reset()
Completed in 6 milliseconds