Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs67 ….WithFlag(15, out hostTimeoutInterruptState, FieldMode.Read | FieldMode.WriteOneToClear, n… in OpenTitan_I2C()
109 …hFlag(15, FieldMode.Write, writeCallback: (_, val) => { if(val) hostTimeoutInterruptState.Value = … in OpenTitan_I2C()
392 HostTimeoutIRQ.Set(hostTimeoutInterruptState.Value && hostTimeoutInterruptEnable.Value); in UpdateInterrupts()
602 private IFlagRegisterField hostTimeoutInterruptState; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C