Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.h125 usb_host_ep_t interruptInEndpointInformation; /*!< The interrupt in information */
126 usb_host_ep_t bulkInEndpointInformation; /*!< The bulk in information */
127 usb_host_ep_t bulkOutEndpointInformation; /*!< The bulk out information */
295 usb_host_ep_t *USB_HostPhdcGetEndpointInformation(usb_host_class_handle classHandle,
Dusb_host_phdc.c1257 usb_host_ep_t *USB_HostPhdcGetEndpointInformation(usb_host_class_handle classHandle, in USB_HostPhdcGetEndpointInformation()
1262 usb_host_ep_t *endpointReturn = NULL; in USB_HostPhdcGetEndpointInformation()
1270 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkInEndpointInformation; in USB_HostPhdcGetEndpointInformation()
1275 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkOutEndpointInformation; in USB_HostPhdcGetEndpointInformation()
1281 endpointReturn = (usb_host_ep_t *)&phdcInstance->interruptInEndpointInformation; in USB_HostPhdcGetEndpointInformation()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h198 } usb_host_ep_t; typedef
203 usb_host_ep_t epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]; /*!< Endpoint array*/
Dusb_host_hci.c688 usb_host_ep_t *epParse; in USB_HostHelperParseAlternateSetting()
780 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
Dusb_host_devices.c787 usb_host_ep_t *epParse; in USB_HostParseDeviceConfigurationDescriptor()
931 epParse = (usb_host_ep_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()