Home
last modified time | relevance | path

Searched refs:sensor1 (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs23 this.sensor1 = new BMP180(); in Setup()
27 peripheral.Register(sensor1, new NumberRegistrationPoint<int>(Sensor1Address)); in Setup()
338 private II2CPeripheral sensor1; field in Antmicro.Renode.PeripheralsTests.OpenTitan_I2C_Test