O_HcRhDescriptorB Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 PORT_POWER_CONTROL_MASK Bits 31 : 16R/W (R) 0x0 Each bit indicates if a port is affected by a global power control command when PowerSwitchingMode is set. DEVICE_REMOVABLE Bits 15 : 0R/W (R) 0x0 Each bit is dedicated to a port of the Root Hub. When cleared, the attached device is removable. Команда U-Boot для чтения регистра md 520044c 1md 531044c 1 md 531144c 1 Bit fields structuretypedef union o_hcrhdescriptorb { struct { unsigned device_removable : 16; unsigned port_power_control_mask : 16; } b; unsigned long w; } O_HcRhDescriptorB |