This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] Linux/AM3358:TRACK_smbus_write (adapter、addr、flags、read_write、command、 协议、数据);

Guru**** 2558250 points
Other Parts Discussed in Thread: AM3358

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/616187/linux-am3358-what-does-trace_smbus_write-adapter-addr-flags-read_write-command-protocol-data

器件型号:AM3358

工具/软件:Linux

HII 团队、

我正在使用 AM3358的 I2C 模块。我想知道 trace_smbus_write (adapter、addr、flags、read_write、 command、 协议、数据);

实际上,C-tag 在该函数上不起作用,由 s32 i2c_smbus_xfer (struct i2c_adapter *适配器、U16 addr、unsigned short flags、char read_write、u8 command、int protocol、
 union i2c_smbus_data * data)、驱动程序 i2c-core.c 的函数

我正在使用内核版本4.4.43

谢谢你

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    I2C 和 SMBus 完全兼容。 这基本上是一个 i2c 写入。

    此致、
    Yordan