Searched refs:GetEndpoint (Results 1 – 5 of 5) sorted by relevance
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()
436 …var endpoint = peripheral.USBCore.GetEndpoint((int)receiveTargetEndpointNumber[endpointId].Value, … in DefineNonIndexedEndpointControlAndStatusRegisters()501 … var endpoint = peripheral.USBCore.GetEndpoint(mappedEndpointId, Direction.HostToDevice); in DefineNonIndexedEndpointControlAndStatusRegisters()
81 public USBEndpoint GetEndpoint(int endpointNumber, Direction direction) in GetEndpoint() method in Antmicro.Renode.Core.USB.USBDeviceCore
428 …endpoint = device.USBCore.GetEndpoint((int)ep, outnin ? Direction.HostToDevice : Direction.DeviceT… in HandleHostTransfer()
251 …var ep = device.USBCore.GetEndpoint((int)urbHeader.EndpointNumber, urbHeader.Direction == URBDirec… in HandleIncomingData()