Crate fidl_fuchsia_hardware_i2cimpl

Source

Modules§

device_ordinals

Structs§

DeviceGetMaxTransferSizeResponder
DeviceGetMaxTransferSizeResponse
DeviceMarker
DeviceSetBitrateRequest
DeviceSetBitrateResponder
DeviceTransactRequest
DeviceTransactResponder
DeviceTransactResponse
I2cImplOp
See Transact below for usage.
ReadData
The result of one read transaction.
ServiceMarker
ServiceProxy

Enums§

DeviceRequest
Low-level protocol for i2c drivers.
I2cImplOpType
If read_size is set: This is a read operation and read_size bytes will be read. If write_data is set: This is a write operation and write_data will be written.
ServiceRequest
A request for one of the member protocols of Service.

Type Aliases§

DeviceGetMaxTransferSizeResult
DeviceSetBitrateResult
DeviceTransactResult