Searched refs:am_smbus_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() function166 if(am_smbus_tx_byte(SlaveAddress)) /* Send SlaveAddress and write */ in am_smbus_tx_then_tx()169 if(am_smbus_tx_byte(command)) /* Send command */ in am_smbus_tx_then_tx()174 am_smbus_tx_byte(pBuffer[i]); /* Write data, slave must send ACK */ in am_smbus_tx_then_tx()188 if(am_smbus_tx_byte(SlaveAddress)) /* Send SlaveAddress and write */ in am_smbus_tx_then_rx()191 if(am_smbus_tx_byte(command)) /* Send command */ in am_smbus_tx_then_rx()196 if(am_smbus_tx_byte(SlaveAddress | 0x01)) /* Send SlaveAddress and read */ in am_smbus_tx_then_rx()
Completed in 5 milliseconds