Searched refs:UARTDataInEndpoint (Results 1 – 1 of 1) sorted by relevance
51 public CDCToUARTConverter(ushort UARTDataInEndpoint = 2) in CDCToUARTConverter() argument53 this.UARTDataInEndpoint = UARTDataInEndpoint; in CDCToUARTConverter()89 … var ep = device.USBCore.GetEndpoint(UARTDataInEndpoint, Core.USB.Direction.DeviceToHost); in SetDataReadCallback()99 … var ep = device.USBCore.GetEndpoint(UARTDataInEndpoint, Core.USB.Direction.DeviceToHost); in ReadData()107 private readonly ushort UARTDataInEndpoint; field in Antmicro.Renode.Peripherals.USB.CDCToUARTConverter