Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DST_I2CSensorBase.cs23 public abstract class ST_I2CSensorBase<T> : I2CPeripheralBase<T> where T : IConvertible class
25 public ST_I2CSensorBase() : base(7) in ST_I2CSensorBase() method in Antmicro.Renode.Peripherals.Sensors.ST_I2CSensorBase
DLSM330_Gyroscope.cs17 public class LSM330_Gyroscope : ST_I2CSensorBase<LSM330_Gyroscope.Registers>
DLSM330_Accelerometer.cs17 public class LSM330_Accelerometer : ST_I2CSensorBase<LSM330_Accelerometer.Registers>