Module i2c

Source

Structs§

DeviceStatus
A log of I2C operations performed by the I2C host since last time, as well as whether the I2C host is currently waiting to read data.
I2cParams

Enums§

DeviceTransfer
Record of one transfer initiated by the I2C host, to which the debugger responded as I2C device.
I2cError
Errors related to the I2C interface and I2C transactions.
Mode
ReadStatus
Status of I2C read operations (data from device to host).
Transfer
Represents a I2C transfer to be initiated by the debugger as I2C host.

Traits§

Bus
A trait which represents a I2C Bus.