Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs63 ….WithFlag(11, out txNonEmptyInterruptState, FieldMode.Read | FieldMode.WriteOneToClear, n… in OpenTitan_I2C()
105 …hFlag(11, FieldMode.Write, writeCallback: (_, val) => { if(val) txNonEmptyInterruptState.Value = t… in OpenTitan_I2C()
388 TxNonEmptyIRQ.Set(txNonEmptyInterruptState.Value && txNonEmptyInterruptEnable.Value); in UpdateInterrupts()
598 private IFlagRegisterField txNonEmptyInterruptState; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C