Searched refs:sensorIdLow (Results 1 – 1 of 1) sorted by relevance
29 public HS3001(IMachine machine, ushort sensorIdHigh = 0x0, ushort sensorIdLow = 0x0) in HS3001() argument34 this.sensorIdLow = sensorIdLow; in HS3001()315 valueProviderCallback: _ => sensorIdLow); in DefineRegisters()322 private readonly ushort sensorIdLow; field in Antmicro.Renode.Peripherals.Sensors.HS3001