E_TIMERINTERRUPT Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 10TIMER_CFG Bits 9 : 8R/W 0x0 Timer value configured Unused Bits 7 : 3STANDBY_IRQ_ENA Bit 2R/W 0x0 Standby irq enable, when usb in standby operation, open this bit, and close it after quitting standby mode, high active STANDBY_IRQ_STAT Bit 1R/WC 0x0 Standby irq status bit, write \"1\" to clear or timer auto clear when open timer enable bit, configured timer value see bit9:8. TIMER_ENA Bit 0R/W 0x0 Timer enable, high active Команда U-Boot для чтения регистра md 5200030 1md 5310030 1 md 5311030 1 Bit fields structuretypedef union e_timerinterrupt { struct { unsigned timer_ena : 1; unsigned standby_irq_stat : 1; unsigned standby_irq_ena : 1; unsigned unused0 : 5; unsigned timer_cfg : 2; unsigned unused1 : 22; } b; unsigned long w; } E_TIMERINTERRUPT |