Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs59 ….WithFlag(7, out stretchTimeoutInterruptState, FieldMode.Read | FieldMode.WriteOneToClear, n… in OpenTitan_I2C()
101 …lag(7, FieldMode.Write, writeCallback: (_, val) => { if(val) stretchTimeoutInterruptState.Value =… in OpenTitan_I2C()
384 … StretchTimeoutIRQ.Set(stretchTimeoutInterruptState.Value && stretchTimeoutInterruptEnable.Value); in UpdateInterrupts()
594 private IFlagRegisterField stretchTimeoutInterruptState; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C