You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OHCI_REG->control_bit.hc_functional_state=OHCI_CONTROL_FUNCSTATE_OPERATIONAL; // make HC's state to operational state TODO use this to suspend (save power)
239
240
OHCI_REG->rh_status_bit.local_power_status_change=1; // set global power for ports
240
241
242
+
#ifCFG_TUSB_OS!=OPT_OS_NONE
243
+
// TODO as above delay
241
244
osal_task_delay(OHCI_REG->rh_descriptorA_bit.power_on_to_good_time*2); // Wait POTG after power up
0 commit comments