Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs27 FormatOverflowIRQ = new GPIO(); in OpenTitan_I2C()
358 public GPIO FormatOverflowIRQ { get; } property in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
379FormatOverflowIRQ.Set(formatOverflowInterruptState.Value && formatOverflowInterruptEnable.Value); in UpdateInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs114 Assert.AreEqual(true, peripheral.FormatOverflowIRQ.IsSet, "IRQ not set"); in ShouldSetExceptionOnOverflow()