Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs34 TransactionCompleteIRQ = new GPIO(); in OpenTitan_I2C()
365 public GPIO TransactionCompleteIRQ { get; } property in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
386TransactionCompleteIRQ.Set(transactionCompleteInterruptState.Value && transactionCompleteInterrupt… in UpdateInterrupts()