Home
last modified time | relevance | path

Searched refs:USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE (Results 1 – 7 of 7) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_host_config.h72 #define USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE (5U) macro
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.h62 …uint8_t interfaceStatus[USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE]; /*!< Interfaces' status, ple…
A Dusb_host.h215 …usb_host_interface_t interfaceList[USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE]; /*!< Interface ar…
A Dusb_host_devices.c803 for (endPos = 0U; endPos < USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE; ++endPos) in USB_HostParseDeviceConfigurationDescriptor()
860 … if (deviceInstance->configuration.interfaceCount >= USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE) in USB_HostParseDeviceConfigurationDescriptor()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.h84 …uint8_t interfaceStatus[USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE]; /*!< Interfaces' status, ple…
A Dusb_host.h174 …usb_host_interface_t interfaceList[USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE]; /*!< Interface ar…
A Dusb_host_devices.c741 for (endPos = 0; endPos < USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE; ++endPos) in USB_HostParseDeviceConfigurationDescriptor()
789 … if (deviceInstance->configuration.interfaceCount >= USB_HOST_CONFIG_CONFIGURATION_MAX_INTERFACE) in USB_HostParseDeviceConfigurationDescriptor()

Completed in 16 milliseconds