Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DNPCX_SMBus.cs91 readyForTransaction.Value = true; in HandleWrite()
99 readyForTransaction.Value |= true; in HandleWrite()
131 readyForTransaction.Value = false; in HandleStop()
142 readyForTransaction.Value = true; in TryReadFromPeripheral()
158 readyForTransaction.Value = true; in TryReadFromPeripheral()
170 interrupt |= readyForTransaction.Value; in UpdateInterrupts()
179 readyForTransaction.Value, in UpdateInterrupts()
198 readyForTransaction.Value = false; in DefineRegisters()
221 .WithFlag(6, out readyForTransaction, name: "SDAST (SDA Status)") in DefineRegisters()
245 readyForTransaction.Value = true; in DefineRegisters()
[all …]