Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs210 .WithFlag(3, out commandInvalidErrorEnabled, name: "CMDINVAL") in DefineRegisters()
263 (commandInvalidErrorTriggered.Value && commandInvalidErrorEnabled.Value) || in UpdateErrors()
423 private IFlagRegisterField commandInvalidErrorEnabled; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost