Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs236 …t(decimal value, MeasurementResolution resolution, Func<decimal, decimal> converter, int shift = 0) in ConvertMeasurement()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs1393 public static bool InRange(this long value, long baseValue, uint length, out long shift) in InRange()