O_HcFmRemaining Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 FRAME_REMAINING_TOGGLE Bit 31R (R/W) 0x0 This bit is loaded from the FrameIntervalToggle field of HcFmInterval whenever FrameRemaining reaches 0. Unused Bits 30 : 14FRAME_REMAINING Bits 13 : 0R (RW) 0x0 This counter is decremented at each bit time. When it reaches zero, it is reset by loading the FrameInterval value specified in HcFmInterval at the next bit time boundary. Команда U-Boot для чтения регистра md 5200438 1md 5310438 1 md 5311438 1 Bit fields structuretypedef union o_hcfmremaining { struct { unsigned frame_remaining : 14; unsigned unused0 : 17; unsigned frame_remaining_toggle : 1; } b; unsigned long w; } O_HcFmRemaining |