Searched defs:USBEndpoint (Results 1 – 1 of 1) sorted by relevance
15 public class USBEndpoint : DescriptorProvider class17 public USBEndpoint(IUSBDevice device, in USBEndpoint() method in Antmicro.Renode.Core.USB.USBEndpoint93 public void SetDataReadCallbackOneShot(Action<USBEndpoint, IEnumerable<byte>> callback) in SetDataReadCallbackOneShot()