Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBConfiguration.cs22 … short maximalPower = 0) : base(9, (byte)DescriptorType.Configuration) in USBConfiguration() argument
24 if(maximalPower > 500 || maximalPower < 0) in USBConfiguration()
35 MaximalPower = maximalPower; in USBConfiguration()
DUSBDeviceCore.cs229 …on = null, bool selfPowered = false, bool remoteWakeup = false, short maximalPower = 0, Action<USB… in WithConfiguration() argument
231 …on(device, (byte)(configurations.Count + 1), description, selfPowered, remoteWakeup, maximalPower); in WithConfiguration()