Expand description
Structs§
- Read
Flags - Flags to work around device quirks.
- Smbus
Read Write - A wrapper around an
i2c::ReadWrite
that attempts to implSmbus
. - Write
Flags - Flags to work around device quirks.
Enums§
- Message
- Part of a combined I2C transaction.
Traits§
- Address
- An I2C master can address different slaves on an I2C bus.
- Block
Transfer - Basic I2C transfer without including length prefixes associated with SMBus.
- Bulk
Transfer - Advanced I2C transfer queues that support repeated START operations.
- Master
- Indicates an ability to communicate with the I2C protocol.
- Read
Write - An I2C master that can communicate using the standard Read/Write traits.
- Smbus
- SMBus operations
- Smbus20
- SMBus 2.0 operations
- Smbus
Pec - SMBus Packet Error Checking