fix bug: adjust all bulk queue head from ehci_data.device
This commit is contained in:
@@ -61,10 +61,12 @@ void ehci_controller_run(uint8_t hostid);
|
||||
void ehci_controller_device_plug(uint8_t hostid, tusb_speed_t speed);
|
||||
void ehci_controller_device_unplug(uint8_t hostid);
|
||||
|
||||
ehci_registers_t* const get_operational_register(uint8_t hostid);
|
||||
ehci_link_t* const get_period_frame_list(uint8_t list_idx);
|
||||
ehci_qhd_t* const get_async_head(uint8_t hostid);
|
||||
ehci_qhd_t* const get_period_head(uint8_t hostid);
|
||||
ehci_registers_t* get_operational_register(uint8_t hostid);
|
||||
ehci_link_t* get_period_frame_list(uint8_t list_idx);
|
||||
ehci_qhd_t* get_async_head(uint8_t hostid);
|
||||
ehci_qhd_t* get_period_head(uint8_t hostid);
|
||||
ehci_qhd_t* get_control_qhd(uint8_t dev_addr);
|
||||
ehci_qtd_t* get_control_qtds(uint8_t dev_addr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user