Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs29 public HS3001(IMachine machine, ushort sensorIdHigh = 0x0, ushort sensorIdLow = 0x0) in HS3001() argument
34 this.sensorIdLow = sensorIdLow; in HS3001()
315 valueProviderCallback: _ => sensorIdLow); in DefineRegisters()
322 private readonly ushort sensorIdLow; field in Antmicro.Renode.Peripherals.Sensors.HS3001