Home
last modified time | relevance | path

Searched defs:UsbConfigDescriptor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h112 typedef struct UsbConfigDescriptor { struct
131 } __attribute__((packed)) UsbConfigDescriptor; argument
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_config_descriptor.md1 # UsbConfigDescriptor chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_config_descriptor.md1 # UsbConfigDescriptor chapter
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h178 struct UsbConfigDescriptor { struct
179 uint8_t bLength;
180 uint8_t bDescriptorType;
181 uint16_t wTotalLength;
182 uint8_t bNumInterfaces;
183 uint8_t bConfigurationValue;
184 uint8_t iConfiguration;
185 uint8_t bmAttributes;
186 uint8_t bMaxPower;