Searched refs:tx_byte (Results 1 – 1 of 1) sorted by relevance
115 static rt_uint8_t am_smbus_tx_byte(rt_uint8_t tx_byte) in am_smbus_tx_byte() argument123 if(tx_byte&0x80) in am_smbus_tx_byte()129 tx_byte <<= 1; /* Get next bit for checking */ in am_smbus_tx_byte()
Completed in 3 milliseconds