Searched refs:stretchTimeoutInterruptState (Results 1 – 1 of 1) sorted by relevance
59 ….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