Searched defs:AngularRateZ (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ | ||
| D | LSM330_Gyroscope.cs | 34 public decimal AngularRateZ { get; set; } property in Antmicro.Renode.Peripherals.Sensors.LSM330_Gyroscope |
| D | LSM9DS1_IMU.cs | 233 public decimal AngularRateZ property in Antmicro.Renode.Peripherals.Sensors.LSM9DS1_IMU |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ | ||
| D | ICM20948_Gyroscope.cs | 72 public decimal AngularRateZ => angularRateZ ?? DefaultAngularRateZ; field in Antmicro.Renode.Peripherals.Sensors.ICM20948 |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ | ||
| D | RESDSample.cs | 105 public int AngularRateZ { get; private set; } property in Antmicro.Renode.Utilities.RESD.AngularRateSample |