Home
last modified time | relevance | path

Searched refs:USB_IO_STOP_WAIT_MAX_TIME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_io_manage.h28 #define USB_IO_STOP_WAIT_MAX_TIME 3 macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c366 if (i > USB_IO_STOP_WAIT_MAX_TIME) { in UsbIoStop()