Searched refs:I2CDeviceParams (Results 1 – 2 of 2) sorted by relevance
28 struct I2CDeviceParams struct30 I2CDeviceParams(const I2CDeviceType& type, uint64_t bus, uint64_t address) : in I2CDeviceParams() argument41 std::optional<I2CDeviceParams> getI2CDeviceParams( argument47 explicit I2CDevice(I2CDeviceParams params);51 I2CDeviceParams params;132 std::optional<I2CDeviceParams> params = in instantiateDevices()
20 std::optional<I2CDeviceParams> getI2CDeviceParams( in getI2CDeviceParams()47 return I2CDeviceParams(findDevType->second, *bus, *addr); in getI2CDeviceParams()63 bool I2CDeviceParams::devicePresent() const in devicePresent()77 bool I2CDeviceParams::deviceStatic() const in deviceStatic()92 I2CDevice::I2CDevice(I2CDeviceParams params) : params(params) in I2CDevice()