Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DSI7210.cs81 currentTemperature = ZeroCelsiusApproximation; in Reset()
98 currentTemperature = ZeroCelsiusApproximation + (ulong)measurement;
212 private const ulong ZeroCelsiusApproximation = 0x3920; field in Antmicro.Renode.Peripherals.Sensors.SI7210