Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs137 …ic bool IsGyroscopePoweredOn => IsDataRateEnabledAndDefined(gyroscopeOutputDataRateSelection.Value…
205 ….WithEnumField(4, 4, out gyroscopeOutputDataRateSelection, name: "ODR_G: Gyroscope Output Data Rat… in DefineRegisters()
650 private IEnumRegisterField<DataRates> gyroscopeOutputDataRateSelection; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU