Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs65 ….WithFlag(13, out acqOverflowInterruptState, FieldMode.Read | FieldMode.WriteOneToClear, n… in OpenTitan_I2C()
107 …hFlag(13, FieldMode.Write, writeCallback: (_, val) => { if(val) acqOverflowInterruptState.Value = … in OpenTitan_I2C()
390 AcqOverflowIRQ.Set(acqOverflowInterruptState.Value && acqOverflowInterruptEnable.Value); in UpdateInterrupts()
561 HandleEnqueue(acquiredFifo, acquired, acqOverflowInterruptState); in EnqueueAcquired()
600 private IFlagRegisterField acqOverflowInterruptState; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C