Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/
Dusb_device_ch9.c474 uint8_t descriptorIndex = (uint8_t)((setup->wValue & 0x00FFU)); in USB_DeviceCh9GetDescriptor() local
500 (descriptorIndex == 0U) && (setup->wIndex == 0U)) in USB_DeviceCh9GetDescriptor()
512 commonDescriptor.configurationDescriptor.configuration = descriptorIndex; in USB_DeviceCh9GetDescriptor()
522 commonDescriptor.stringDescriptor.stringIndex = descriptorIndex; in USB_DeviceCh9GetDescriptor()
533 (descriptorIndex == 0U)) in USB_DeviceCh9GetDescriptor()
544 (descriptorIndex == 0U)) in USB_DeviceCh9GetDescriptor()
556 commonDescriptor.hidPhysicalDescriptor.index = descriptorIndex; in USB_DeviceCh9GetDescriptor()
568 (descriptorIndex == 0U) && (setup->wIndex == 0U)) in USB_DeviceCh9GetDescriptor()
582 commonDescriptor.configurationDescriptor.configuration = descriptorIndex; in USB_DeviceCh9GetDescriptor()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c339 getDescriptorParam.descriptorIndex = 0U; in USB_HostProcessState()
354 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()
366 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()
Dusb_host_framework.c137 … (uint16_t)((uint16_t)descriptorParam->descriptorType << 8) | descriptorParam->descriptorIndex); in USB_HostStandardSetGetDescriptor()
Dusb_host.h105 …uint8_t descriptorIndex; /*!< The descriptor index is used to select a specific descriptor (only… member
Dusb_host_ip3516hs.c168 getDescriptorParam.descriptorIndex = 0; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
205 getDescriptorParam.descriptorIndex = 0; in USB_HostIp3516HsTestSingleStepGetDeviceDescData()
Dusb_host_ehci.c733 getDescriptorParam.descriptorIndex = 0; in USB_HostEhciTestSingleStepGetDeviceDesc()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_ecm.c147 descriptorParam.descriptorIndex = index; in USB_HostCdcEcmGetMacStringDescriptor()