Searched refs:bit_out (Results 1 – 1 of 1) sorted by relevance
119 rt_uint8_t bit_out; in am_smbus_tx_byte() local124 bit_out = 1; /* If the current bit of Tx_buffer is 1 set bit_out */ in am_smbus_tx_byte()126 bit_out = 0; /* else clear bit_out */ in am_smbus_tx_byte()128 am_smbus_send_bit(bit_out); /* Send the current bit on SDA */ in am_smbus_tx_byte()
Completed in 2 milliseconds