Searched refs:temperatureLowThreshold (Results 1 – 2 of 2) sorted by relevance
75 temperatureLowThreshold = defaultLowThreshold; in Reset()109 temperatureLowFlag.Value |= currentTemperature < temperatureLowThreshold; in UpdateThresholdFlags()114 temperatureLowFlag.Value = currentTemperature < temperatureLowThreshold; in UpdateThresholdFlags()138 valueProviderCallback: _ => (uint)temperatureLowThreshold, in DefineRegisters()141 temperatureLowThreshold = (sbyte)value; in DefineRegisters()160 private sbyte temperatureLowThreshold; field in Antmicro.Renode.Peripherals.Sensors.TMP103
109 temperatureLowThreshold = DefaultLowThreshold; in Reset()169 … currentTemperature > temperatureHighThreshold || currentTemperature < temperatureLowThreshold; in HandleConversion()212 valueProviderCallback: _ => (uint)temperatureLowThreshold, in DefineRegisters()215 temperatureLowThreshold = (short)value; in DefineRegisters()261 private short temperatureLowThreshold; field in Antmicro.Renode.Peripherals.Sensors.AS6221