Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DValentyUSB.cs71 .WithFlag(0, out endpoint0InErrorEventEnabled, name: "error") in DefineRegisters()
323 || (endpoint0InErrorPending.Value && endpoint0InErrorEventEnabled.Value); in UpdateInterrupts()
380 private IFlagRegisterField endpoint0InErrorEventEnabled; field in Antmicro.Renode.Peripherals.USB.ValentyUSB