Searched defs:I2cAdapter (Results 1 – 1 of 1) sorted by relevance
377 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( struct382 impl<Ctx: device::DeviceContext> I2cAdapter<Ctx> { implementation388 impl I2cAdapter { impl418 unsafe impl AlwaysRefCounted for I2cAdapter { implementation562 i2c_adapter: &I2cAdapter, in new()569 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new()