Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DADXL345.cs319 private struct SubSample struct in Antmicro.Renode.Peripherals.Sensors.ADXL345
321 public SubSample(short v) in SubSample() method
326 public byte GetLowByte(bool fullRes, Range range) in GetLowByte()
331 public byte GetHighByte(bool fullRes, Range range) in GetHighByte()
336 public short RawValue;
338 private int GetShifter(bool fullRes, Range range) in GetShifter()