E_USBINTR Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 6INTER_ASYNC_ADV_ENA Bit 5R/W 0x0 Interrupt on Async Advance Enable HOST_SYST_ERR_ENA Bit 4R/W 0x0 Host System Error Enable FRAME_LIST_ROLL_ENA Bit 3R/W 0x0 Frame List Rollover Enable PORT_CHANGE_INTER_ENA Bit 2R/W 0x0 Port Change Interrupt Enable USB_ERR_INTER_ENA Bit 1R/W 0x0 USB Error Interrupt Enable USB_INTER_ENA Bit 0R/W 0x0 USB Interrupt Enable Команда U-Boot для чтения регистра md 5200018 1md 5310018 1 md 5311018 1 Bit fields structuretypedef union e_usbintr { struct { unsigned usb_inter_ena : 1; unsigned usb_err_inter_ena : 1; unsigned port_change_inter_ena : 1; unsigned frame_list_roll_ena : 1; unsigned host_syst_err_ena : 1; unsigned inter_async_adv_ena : 1; unsigned unused0 : 26; } b; unsigned long w; } E_USBINTR |
![]() |