Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Bank0Registers.cs113 .WithFlag(1, out digitalMotionProcessorInterruptStatus, name: "DMP_INT1") in DefineGyroAccelUserBank0Registers()
271 private IFlagRegisterField digitalMotionProcessorInterruptStatus; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
DICM20948.cs222 …terrupt = digitalMotionProcessorInterruptEnabled.Value && digitalMotionProcessorInterruptStatus.Va… in UpdateInterrupts()