Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.c660 usb_host_ep_t *epParse; in USB_HostHelperParseAlternateSetting() local
752 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
754 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostHelperParseAlternateSetting()
755 epParse->epExtensionLength = 0; in USB_HostHelperParseAlternateSetting()
756 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()
763 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()
765 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
767 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
Dusb_host_devices.c789 usb_host_ep_t *epParse; in USB_HostParseDeviceConfigurationDescriptor() local
933 epParse = (usb_host_ep_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()
935 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()
936 epParse->epExtensionLength = 0U; in USB_HostParseDeviceConfigurationDescriptor()
937 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()
949 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()
951 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()
958 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()