
E_CONFIGFLAG Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 1CONFIGURE_FLAG Bit 0R/W 0x0 Host software sets this bit as the last action in its process of configuring the Host Controller. Команда U-Boot для чтения регистра md 5200050 1md 5310050 1 md 5311050 1 Bit fields structure
typedef union e_configflag
{
struct
{
unsigned configure_flag : 1;
unsigned unused0 : 31;
} b;
unsigned long w;
} E_CONFIGFLAG
|
![]() |