Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs208 .WithFlag(1, out txOverflowErrorEnabled, name: "OVERFLOW") in DefineRegisters()
261 (txOverflowErrorTriggered.Value && txOverflowErrorEnabled.Value) || in UpdateErrors()
421 private IFlagRegisterField txOverflowErrorEnabled; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost