Searched defs:DS1306_1HZ (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-ds1305.c74 # define DS1306_1HZ 0x04 /* enable 1Hz output */ macro
696 if (!(ds1305->ctrl[0] & DS1306_1HZ)) {
697 ds1305->ctrl[0] |= DS1306_1HZ;
701 if (ds1305->ctrl[0] & DS1306_1HZ) {
702 ds1305->ctrl[0] &= ~DS1306_1HZ;

Completed in 50 milliseconds