Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c314 configurationDescriptor->length = USB_DESCRIPTOR_LENGTH_CONFIGURATION_ALL; in USB_DeviceGetConfigurationDescriptor()
389 … *)(void *)(&g_UsbDeviceConfigurationDescriptor[USB_DESCRIPTOR_LENGTH_CONFIGURATION_ALL - 1U]); in USB_DeviceSetSpeed()
Dusb_device_descriptor.h91 #define USB_DESCRIPTOR_LENGTH_CONFIGURATION_ALL (sizeof(g_UsbDeviceConfigurationDescriptor)) macro