Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs136 …public bool IsGyroscopeDataBatchedInFifo => IsDataRateEnabledAndDefined(gyroscopeFifoBatchingDataR… field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU
256 …erDataBatchedInFifo && IsAccelerometerPoweredOn ? 1u : 0u) + (IsGyroscopeDataBatchedInFifo && IsGy… in DefineRegisters()