Home
last modified time | relevance | path

Searched refs:UARTDataInEndpoint (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DCDCToUARTConverter.cs51 public CDCToUARTConverter(ushort UARTDataInEndpoint = 2) in CDCToUARTConverter() argument
53 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