Bus-powered指Hub消耗的电能(hub本身和其下行端口对外提供的电能)全部来自上行端口的Vbus.Self-powered是指hub下行端口的对外供电全部来自本地外部供电而非上行端口的Vbus
・Bus-Powered待测物需在Device Deor中bMaxPower设定值以下 Self-Powered定义为最大可抽载1 unit load,但判断标准却为1mA →USB-IF回答: 抽载在1mA以上需视为Bus & Self-Powered 因为USB-IF认为Type-C Self-Powered装置在Default USB Power的条件下,不会从Vbus撷取电力 问题2: USB PD是经由Vbus进行电力输...
UsbConfigurationDescriptor 属性 ConfigurationValue MaxPowerMilliamps RemoteWakeup SelfPowered 方法 UsbControlRecipient UsbControlRequestType UsbControlTransferType UsbDescriptor UsbDevice UsbDeviceClass UsbDeviceClasses UsbDeviceDescriptor UsbEndpointDescriptor
iConfiguration:指向描述此配置字符串的索引,该字符串描述符存储在设备的字符串描述符表中,用于人类可读的配置名称。 bmAttributes:位字段,包含配置特性标志,例如自供电(Self-powered)、远程唤醒能力(Remote Wakeup)等。 MaxPower:指定设备在工作于当前配置下从USB总线上请求的最大电流,以2mA为单位,并且转换为实际功率(...
例如,可以确定设备是从总线还是外部源中取电, (请参阅UsbConfigurationDescriptor.SelfPowered) 。 如果设备正在从总线供电,则) 消耗的功率 (以毫安为单位 (请参阅UsbConfigurationDescriptor.MaxPowerMilliamps) 。 此外,还可以通过获取UsbConfigurationDescriptor.RemoteWakeup值来确定设备是否能够从低...
USB3.0中的三种Reset Events 1. PowerOn Reset PowerOn Reset被用来代指上电复位,当一个device接入到root hub或者外置hub的时候,该device检测到Vbus信号从无效变为有效,会自动执行复位。(注意,self powered device不
也是因为这样不规范的设备挺多,所以HOST一般也不看这些信息。3.0标准一个口供电总功率有4.5W,一般也...
public virtual bool IsSelfPowered { [Android.Runtime.Register("isSelfPowered", "()Z", "GetIsSelfPoweredHandler")] get; } Eigenschaftswert Boolean das self-powered-Attribut der Konfiguration Attribute RegisterAttribute Hinweise Gibt das Attributfeld der Konfiguration des selbstgesteuerten Attribut...
这是本地电源有效时((self-powered)或者变得有效时(bus-powered)的默认状态。端口在下面的任意情形下转换进入本状态: 从DSPORT.Powered-off状态,当集线器收到SetPortFeature(PORT_POWER)请求时。 从除了DSPORT.Powered-off状态的任意状态,当端口检测到一个断开连接事件。
( &setupPacket, BmRequestToDevice,0); hr = SendControlTransferSynchronously( &(setupPacket.WinUsb), & deviceStatus,sizeof(USHORT), &bytesReturned );if(SUCCEEDED(hr)) {if(deviceStatus & USB_GETSTATUS_SELF_POWERED) { m_Self_Powered =true; }if(deviceStatus & USB_GETSTATUS_REMOTE_WAKEUP_...