Home
last modified time | relevance | path

Searched defs:customSetupPacketHandler (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBDeviceCore.cs32 …Action<SetupPacket, byte[], Action<byte[]>> customSetupPacketHandler = null) : base(18, (byte)Desc… in USBDeviceCore()
277 private Action<SetupPacket, byte[], Action<byte[]>> customSetupPacketHandler; field in Antmicro.Renode.Core.USB.USBDeviceCore