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