Searched refs:CTRL_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
40 #define CTRL_TIMEOUT 10000 macro172 if(uhost->timer - uhost->ctrl.timer > CTRL_TIMEOUT) in usbh_ctrl_setup_wait_handler()225 if(uhost->timer - uhost->ctrl.timer > CTRL_TIMEOUT) in usbh_ctrl_data_in_wait_handler()283 if((uhost->timer - uhost->ctrl.timer > CTRL_TIMEOUT) && (urb_state == URB_NOTREADY)) in usbh_ctrl_data_out_wait_handler()335 if(uhost->timer - uhost->ctrl.timer > CTRL_TIMEOUT) in usbh_ctrl_status_in_wait_handler()389 if((uhost->timer - uhost->ctrl.timer > CTRL_TIMEOUT) && (urb_state == URB_NOTREADY)) in usbh_ctrl_status_out_wait_handler()
Completed in 5 milliseconds