Searched defs:I2cAdapter (Results 1 – 1 of 1) sorted by relevance
381 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( global() struct 386 impl<Ctx: device::DeviceContext> I2cAdapter<Ctx> { global() implementation 392 impl I2cAdapter { global() implementation 419 unsafe impl crate::types::AlwaysRefCounted for I2cAdapter { global() implementation 561 new<'a>( i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo, parent_dev: &'a device::Device<device::Bound>, ) -> impl PinInit<Devres<Self>, Error> + 'a new() argument 568 try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> try_new() argument [all...]