Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasRA_IIC.cs225 .WithFlag(3, out stopInterrupt.Enable, name: "SPIE") in DefineRegisters()
246 ….WithFlag(3, out stopInterrupt.FlagField, FieldMode.Read | FieldMode.WriteZeroToClear, name: "STOP… in DefineRegisters()
431 stopInterrupt.InterruptState || in UpdateInterrupts()
460 stopInterrupt.Flag = false; in HandleStartCondition()
465 stopInterrupt.Flag = true; in HandleStopCondition()
525 private InterruptConfig stopInterrupt; field in Antmicro.Renode.Peripherals.I2C.RenesasRA_IIC
DRenesasRZG_IIC.cs235 .WithFlag(3, out stopInterrupt.Enable, name: "SPIE") in DefineRegisters()
258 ….WithFlag(3, out stopInterrupt.FlagField, FieldMode.Read | FieldMode.WriteZeroToClear, name: "STOP… in DefineRegisters()
432 var spi = stopInterrupt.InterruptState; in UpdateInterrupts()
457 stopInterrupt.Flag = false; in HandleStartCondition()
462 stopInterrupt.Flag = true; in HandleStopCondition()
524 private InterruptConfig stopInterrupt; field in Antmicro.Renode.Peripherals.I2C.RenesasRZG_IIC