Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DValentyUSB.cs57 .WithFlag(0, out endpoint0OutErrorEventEnabled, name: "error") in DefineRegisters()
321 || (endpoint0OutErrorPending.Value && endpoint0OutErrorEventEnabled.Value) in UpdateInterrupts()
383 private IFlagRegisterField endpoint0OutErrorEventEnabled; field in Antmicro.Renode.Peripherals.USB.ValentyUSB