Home
last modified time | relevance | path

Searched defs:descriptorType (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/
Dusb_device_ch9.c473 uint8_t descriptorType = (uint8_t)((setup->wValue & 0xFF00U) >> 8U); in USB_DeviceCh9GetDescriptor() local
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h104 uint8_t descriptorType; /*!< See the usb_spec.h, such as the USB_DESCRIPTOR_TYPE_DEVICE */ member