Searched refs:PCF8523_CONTROL_1_STOP (Results 1 – 1 of 1) sorted by relevance
43 #define PCF8523_CONTROL_1_STOP BIT(5) macro203 control_1 |= PCF8523_CONTROL_1_STOP; in pcf8523_write_stop_bit_unlocked()205 control_1 &= ~(PCF8523_CONTROL_1_STOP); in pcf8523_write_stop_bit_unlocked()406 if ((regs[0] & PCF8523_CONTROL_1_STOP) != 0) { in pcf8523_get_time()