Searched refs:errorInterruptPending (Results 1 – 2 of 2) sorted by relevance
150 .WithFlag(0, out errorInterruptPending, name: "EVENTS_ERROR") in DefineRegisters()255 errorInterruptPending.Value = true; in DefineRegisters()378 flag |= errorInterruptEnabled.Value && errorInterruptPending.Value; in UpdateInterrupts()398 private IFlagRegisterField errorInterruptPending; field in Antmicro.Renode.Peripherals.I2C.NRF52840_I2C
290 … .WithFlag(7, out errorInterruptPending, FieldMode.Read | FieldMode.WriteOneToClear, name: "ERROR") in DefineRegisters()380 interrupt |= errorInterruptEnabled && errorInterruptPending.Value; in UpdateInterrupts()403 private IFlagRegisterField errorInterruptPending; field in Antmicro.Renode.Peripherals.I2C.SAMD21_I2C