Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs166 {(long)Registers.FormatData, new DoubleWordRegister(this, 0x0) in OpenTitan_I2C()
655 FormatData = 0x1c, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs319 WriteToRegister(I2C.Registers.FormatData, command.ToRegisterFormat()); in EnqueueCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs69 public bool FormatData; field