Searched refs:USBErrorEnable (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ | ||
| D | EHCIHostController.cs | 314 … interruptEnableRegister.USBErrorEnable = ((value & (uint)InterruptMask.USBError) != 0); in WriteDoubleWord() |
| D | ISP1761.cs | 737 …interruptEnableRegister.USBErrorEnable = ((value & (uint)InterruptMask.USBError) != 0) ? true : fa… in WriteDoubleWord() |