Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Bank0Registers.cs111 .WithFlag(3, out wakeOnMotionInterruptStatus, name: "WOM_INT") in DefineGyroAccelUserBank0Registers()
269 private IFlagRegisterField wakeOnMotionInterruptStatus; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
DICM20948.cs223 …ar wakeOnMotionInterrupt = wakeOnMotionInterruptEnabled.Value && wakeOnMotionInterruptStatus.Value; in UpdateInterrupts()