
O_HcRhStatus Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 CLEAR_REMOTE_WAKEUP_ENABLE Bit 31W (R) 0x0 Write a 1 clears DeviceRemoteWakeupEnable. Writing a '0' has no effect. Unused Bits 30 : 18OVER_CURRENT_INDICATOR_CHANG Bit 17R/W (R) 0x0 This bit is set by hardware when a change has occurred to the OverCurrentIndicator field of this register. LOCAL_POWER_STARTUS_CHANGE Bit 16R/W (R) 0x0 Local Power Startus Change - read DEVICE_REMOTE_WAKEUP_ENABLE Bit 15R/W (R) 0x0 Device Remote Wakeup Enable - read Unused Bits 14 : 2OVER_CURRENT_INDICATOR Bit 1R (R/W) 0x0 This bit reports overcurrent conditions when the global reporting is implemented. LOCAL_POWER_STATUS Bit 0R/W (R) 0x0 Local Power Status - Read Команда U-Boot для чтения регистра md 5200450 1md 5310450 1 md 5311450 1 Bit fields structure
typedef union  o_hcrhstatus
{
  struct
  {
   unsigned local_power_status : 1;
   unsigned over_current_indicator : 1;
   unsigned unused0 : 13;
   unsigned device_remote_wakeup_enable : 1;
   unsigned local_power_startus_change : 1;
   unsigned over_current_indicator_chang : 1;
   unsigned unused1 : 13;
   unsigned clear_remote_wakeup_enable : 1;
  } b;
   unsigned long w;
} O_HcRhStatus
     | 
   ![]()  |