Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDeviceSpeed.cs12 public enum USBDeviceSpeed enum
DDummyUSBDevice.cs33 public USBDeviceSpeed GetSpeed() in GetSpeed()
35 return USBDeviceSpeed.Low; in GetSpeed()
DUSBEthernetEmulationModelDevice.cs37 public USBDeviceSpeed GetSpeed() in GetSpeed()
39 return USBDeviceSpeed.Low; in GetSpeed()
DUSBEthernetControlModelDevice.cs38 public USBDeviceSpeed GetSpeed() in GetSpeed()
40 return USBDeviceSpeed.Low; in GetSpeed()
DIUSBPeripheral.cs52 USBDeviceSpeed GetSpeed(); in GetSpeed()
DUsbHub.cs58 public USBDeviceSpeed GetSpeed() in GetSpeed()
60 return USBDeviceSpeed.High; in GetSpeed()
197 if (device.GetSpeed()==USBDeviceSpeed.High) in AttachDevice()
200 if (device.GetSpeed()==USBDeviceSpeed.Low) in AttachDevice()
DUSBKeyboard.cs45 public USBDeviceSpeed GetSpeed() in GetSpeed()
47 return USBDeviceSpeed.Low; in GetSpeed()
DUSBTablet.cs30 public USBDeviceSpeed GetSpeed() in GetSpeed()
32 return USBDeviceSpeed.Low; in GetSpeed()
DUSBMouse.cs47 public USBDeviceSpeed GetSpeed() in GetSpeed()
49 return USBDeviceSpeed.Low; in GetSpeed()
DPortStatusAndControlRegister.cs113 if(device.GetSpeed() == USBDeviceSpeed.High) in getValue()
DMassStorage.cs39 public USBDeviceSpeed GetSpeed() in GetSpeed()
41 return USBDeviceSpeed.High; in GetSpeed()
DSMSC9500.cs63 public USBDeviceSpeed GetSpeed() in GetSpeed()
65 return USBDeviceSpeed.High; in GetSpeed()