
E_HCIVERSION Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16HCIVERSION Bits 15 : 0R 0x0100 This is a 16-bits register containing a BCD encoding of the EHCI revision number supported by this host controller. Команда U-Boot для чтения регистра md 5200002 1md 5310002 1 md 5311002 1 Bit fields structure
typedef union e_hciversion
{
struct
{
unsigned hciversion : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} E_HCIVERSION
|
![]() |