Searched defs:I2cAdapter (Results 1 – 1 of 1) sorted by relevance
381 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( struct386 impl<Ctx: device::DeviceContext> I2cAdapter<Ctx> { implementation392 impl I2cAdapter { impl419 unsafe impl crate::types::AlwaysRefCounted for I2cAdapter { implementation561 i2c_adapter: &I2cAdapter, in new()568 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new()