Searched refs:i2cMasterInterruptEnabled (Results 1 – 2 of 2) sorted by relevance
76 .WithFlag(0, out i2cMasterInterruptEnabled, name: "I2C_MST_INT_EN") in DefineGyroAccelUserBank0Registers()265 private IFlagRegisterField i2cMasterInterruptEnabled; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
225 … var i2cMasterInterrupt = i2cMasterInterruptEnabled.Value && i2cMasterInterruptStatus.Value; in UpdateInterrupts()