Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs723 this.ReadContinueFlag = readContinue; in FormatIndicator()
731 public bool ReadContinueFlag { get; } property
736 …public bool StartOnly => StopFlag == false && ReadFlag == false && ReadContinueFlag == false && St…
737 public bool IsRead => ReadFlag == true || ReadContinueFlag == true;
738 …public bool NoFlags => StopFlag == false && ReadFlag == false && ReadContinueFlag == false && Star…
755 ((ReadContinueFlag ? 1 : 0) << 3) | in ToRegisterFormat()