
O_HcRevision Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 8REVISION Bits 7 : 0R 0x10 This read-only field contains the BCD representation of the version of the HCI specification that is implemented by this HC. Команда U-Boot для чтения регистра md 5200400 1md 5310400 1 md 5311400 1 Bit fields structure
typedef union o_hcrevision
{
struct
{
unsigned revision : 8;
unsigned unused0 : 24;
} b;
unsigned long w;
} O_HcRevision
|
![]() |