Home
last modified time | relevance | path

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

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