Searched refs:W1_SERIAL_BIT_0 (Results 1 – 1 of 1) sorted by relevance
32 #define W1_SERIAL_BIT_0 0x00 macro110 ((tx_byte & (1 << i)) != 0) ? W1_SERIAL_BIT_1 : W1_SERIAL_BIT_0; in serial_tx_rx_byte()184 tx_bit = bit ? W1_SERIAL_BIT_1 : W1_SERIAL_BIT_0; in w1_serial_write_bit()