Home
last modified time | relevance | path

Searched refs:USB_HOST_CONFIG_MAX_PIPES (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h365 #if ((defined(USB_HOST_CONFIG_MAX_PIPES)) && (USB_HOST_CONFIG_MAX_PIPES > 0U))
366 usb_host_ehci_pipe_t ehciPipe[USB_HOST_CONFIG_MAX_PIPES]; /*!< Idle pipe list array*/
A Dusb_host_ehci.c4166 for (index = 1; index < USB_HOST_CONFIG_MAX_PIPES; ++index) in USB_HostEhciCreate()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h353 #if ((defined(USB_HOST_CONFIG_MAX_PIPES)) && (USB_HOST_CONFIG_MAX_PIPES > 0U))
354 usb_host_ehci_pipe_t ehciPipe[USB_HOST_CONFIG_MAX_PIPES]; /*!< Idle pipe list array*/
A Dusb_host_ehci.c4365 for (index = 1; index < USB_HOST_CONFIG_MAX_PIPES; ++index) in USB_HostEhciCreate()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_host_config.h54 #define USB_HOST_CONFIG_MAX_PIPES (16U) macro

Completed in 29 milliseconds