Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBEndpoint.cs15 public class USBEndpoint : DescriptorProvider class
17 public USBEndpoint(IUSBDevice device, in USBEndpoint() method in Antmicro.Renode.Core.USB.USBEndpoint
93 public void SetDataReadCallbackOneShot(Action<USBEndpoint, IEnumerable<byte>> callback) in SetDataReadCallbackOneShot()