Searched refs:customSetupPacketHandler (Results 1 – 3 of 3) sorted by relevance
32 …Action<SetupPacket, byte[], Action<byte[]>> customSetupPacketHandler = null) : base(18, (byte)Desc… in USBDeviceCore() argument42 this.customSetupPacketHandler = customSetupPacketHandler; in USBDeviceCore()106 if(customSetupPacketHandler != null) in HandleSetupPacket()108 customSetupPacketHandler(packet, additionalData, receivedBytes => in HandleSetupPacket()277 private Action<SetupPacket, byte[], Action<byte[]>> customSetupPacketHandler; field in Antmicro.Renode.Core.USB.USBDeviceCore
26 USBCore = new USBDeviceCore(this, customSetupPacketHandler: SetupPacketHandler); in ValentyUSB()
29 USBCore = new USBDeviceCore(this, customSetupPacketHandler: HandleSetupPacket); in NRF_USBD()