Searched refs:I2cBoardInfo (Results 1 – 2 of 2) sorted by relevance
105 const BOARD_INFO: i2c::I2cBoardInfo =106 i2c::I2cBoardInfo::new(c_str!("rust_driver_i2c"), SAMPLE_I2C_CLIENT_ADDR);
436 pub struct I2cBoardInfo(bindings::i2c_board_info); struct438 impl I2cBoardInfo { impl562 i2c_board_info: &I2cBoardInfo, in new() argument568 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new()