Home
last modified time | relevance | path

Searched defs:FormatIndicator (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs717 public struct FormatIndicator struct in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
719 …public FormatIndicator(byte data, bool start = false, bool stop = false, bool read = false, bool r… in FormatIndicator() method
729 public byte Data { get; }
730 public bool ReadFlag { get; }
731 public bool ReadContinueFlag { get; }
732 public bool StartFlag { get; }
733 public bool StopFlag { get; }
734 public bool NakOkFlag { get; }
736 …rtOnly => StopFlag == false && ReadFlag == false && ReadContinueFlag == false && StartFlag == true;
737 public bool IsRead => ReadFlag == true || ReadContinueFlag == true;
[all …]