
E_FRINDEX Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 14FRAME_INDEX Bits 13 : 0R/W 0x0 The value in this register increment at the end of each time frame (e.g. micro-frame). Команда U-Boot для чтения регистра md 520001c 1md 531001c 1 md 531101c 1 Bit fields structure
typedef union e_frindex
{
struct
{
unsigned frame_index : 14;
unsigned unused0 : 18;
} b;
unsigned long w;
} E_FRINDEX
|
![]() |