Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs568 … accelerationSensitivity = decimal.Divide(MaxAbsoluteShortValue, GetAccelerationFullScaleValue()); in UpdateAccelerationSensitivity()
656 private const int MaxAbsoluteShortValue = 32768; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU