Searched refs:fifoOverflowInterruptStatus (Results 1 – 2 of 2) sorted by relevance
126 .WithFlag(0, out fifoOverflowInterruptStatus, name: "FIFO_OVERFLOW_INT") in DefineGyroAccelUserBank0Registers()274 private IFlagRegisterField fifoOverflowInterruptStatus; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
227 …ar fifoOverflowInterrupt = fifoOverflowInterruptEnabled.Value && fifoOverflowInterruptStatus.Value; in UpdateInterrupts()