Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs82 .WithFlag(9, out transactionCompleteInterruptEnable, name: "trans_complete") in OpenTitan_I2C()
386 …CompleteIRQ.Set(transactionCompleteInterruptState.Value && transactionCompleteInterruptEnable.Valu… in UpdateInterrupts()
612 private IFlagRegisterField transactionCompleteInterruptEnable; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C