Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DArduCAMMini2MPPlus.cs26 sensor = new OV2640(this); in ArduCAMMini2MPPlus()
100 sensor.Write(data); in Write()
105 return sensor.Read(count); in Read()
110 sensor.FinishTransmission(); in II2CPeripheral.FinishTransmission()
119 sensor.Reset(); in Reset()
201 ec.SetImageSize((int)sensor.OutputWidth, (int)sensor.OutputHeight); in DefineRegisters()
270 private readonly OV2640 sensor; field in Antmicro.Renode.Peripherals.Sensors.ArduCAMMini2MPPlus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs212 var sensor = new BMP180(); in TestWithBMP180()
213 sensor.Reset(); in TestWithBMP180()
214 controller.Register(sensor, new NumberRegistrationPoint<int>(0x77)); in TestWithBMP180()