Searched refs:CTRL_STOP (Results 1 – 1 of 1) sorted by relevance
35 #define CTRL_STOP 0x80 macro190 if (ctrl & (CTRL_STOP | CTRL_HOLD)) { in pcf8583_rtc_read_time()191 unsigned char new_ctrl = ctrl & ~(CTRL_STOP | CTRL_HOLD); in pcf8583_rtc_read_time()