Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs314 … interruptEnableRegister.USBErrorEnable = ((value & (uint)InterruptMask.USBError) != 0); in WriteDoubleWord()
1063 USBErrorEnable = false; in Clear()
1071 public bool USBErrorEnable { get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.InterruptEnable
1082 | (uint)(USBErrorEnable ? 1 : 0) << 1
DISP1761.cs737 …interruptEnableRegister.USBErrorEnable = ((value & (uint)InterruptMask.USBError) != 0) ? true : fa… in WriteDoubleWord()
1615 public bool USBErrorEnable = false; field in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761.InterruptEnable
1625 regValue |= (uint)(USBErrorEnable ? 1 : 0) << 1; in getRegister()