Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs24 this.sensor2 = new PAC1934(); in Setup()
28 peripheral.Register(sensor2, new NumberRegistrationPoint<int>(Sensor2Address)); in Setup()
339 private II2CPeripheral sensor2; field in Antmicro.Renode.PeripheralsTests.OpenTitan_I2C_Test