Searched refs:W1_SERIAL_BIT_1 (Results 1 – 1 of 1) sorted by relevance
31 #define W1_SERIAL_BIT_1 0xFF 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()