Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM330_Gyroscope.cs34 public decimal AngularRateZ { get; set; } property in Antmicro.Renode.Peripherals.Sensors.LSM330_Gyroscope
DLSM9DS1_IMU.cs233 public decimal AngularRateZ property in Antmicro.Renode.Peripherals.Sensors.LSM9DS1_IMU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Gyroscope.cs72 public decimal AngularRateZ => angularRateZ ?? DefaultAngularRateZ; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDSample.cs105 public int AngularRateZ { get; private set; } property in Antmicro.Renode.Utilities.RESD.AngularRateSample