Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DCDCToUARTConverter.cs89 … 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()
DMPFS_USB.cs436 …var endpoint = peripheral.USBCore.GetEndpoint((int)receiveTargetEndpointNumber[endpointId].Value, … in DefineNonIndexedEndpointControlAndStatusRegisters()
501 … var endpoint = peripheral.USBCore.GetEndpoint(mappedEndpointId, Direction.HostToDevice); in DefineNonIndexedEndpointControlAndStatusRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBDeviceCore.cs81 public USBEndpoint GetEndpoint(int endpointNumber, Direction direction) in GetEndpoint() method in Antmicro.Renode.Core.USB.USBDeviceCore
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMAX3421E.cs428 …endpoint = device.USBCore.GetEndpoint((int)ep, outnin ? Direction.HostToDevice : Direction.DeviceT… in HandleHostTransfer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs251 …var ep = device.USBCore.GetEndpoint((int)urbHeader.EndpointNumber, urbHeader.Direction == URBDirec… in HandleIncomingData()