Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.h19 #define USB_KHCI_MAX_SPEED_DETECTION_COUNT 3U macro
Dusb_host_khci.c249 } while ((temp != speed) && (index < USB_KHCI_MAX_SPEED_DETECTION_COUNT)); in _USB_HostKhciAttach()