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->frame_interval ^= (1 << 31); //Must toggle when frame_interval is updated.
215
216
OHCI_REG->periodic_start= (OHCI_FMINTERVAL_FI*9) / 10; // Periodic start is 90% of frame interval
216
217
217
218
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)
0 commit comments