Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DIUSBPeripheral.cs68 event Action <uint> SendInterrupt ; event
DUSBKeyboard.cs20 public event Action <uint> SendInterrupt ; event in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard
133 var sendInterrupt = SendInterrupt; in Refresh()
DUSBTablet.cs23 public event Action<uint> SendInterrupt; event in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
338 SendInterrupt(deviceAddress); in Refresh()
DDummyUSBDevice.cs17 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.DummyUSBDevice
DUSBEthernetEmulationModelDevice.cs18 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.USBEthernetEmulationModelDevice
DUSBMouse.cs19 public event Action <uint> SendInterrupt; event in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse
361 var sendInterrupt = SendInterrupt; in Refresh()
DUSBEthernetControlModelDevice.cs18 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.USBEthernetControlModelDevice
DUsbHub.cs25 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
DMassStorage.cs19 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage
DSMSC9500.cs21 public event Action <uint> SendInterrupt property in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500
DISP1761.cs1302 targetDevice.SendInterrupt += ProcessINT; in ProcessPacket()