Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs88 .WithFlag(15, out hostTimeoutInterruptEnable, name: "host_timeout") in OpenTitan_I2C()
392 HostTimeoutIRQ.Set(hostTimeoutInterruptState.Value && hostTimeoutInterruptEnable.Value); in UpdateInterrupts()
618 private IFlagRegisterField hostTimeoutInterruptEnable; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C