Home
last modified time | relevance | path

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

/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h167 typedef struct UsbEndpointDescriptor { struct
184 } __attribute__((packed)) UsbEndpointDescriptor; argument
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_endpoint_descriptor.md1 # UsbEndpointDescriptor chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_endpoint_descriptor.md1 # UsbEndpointDescriptor chapter
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h207 struct UsbEndpointDescriptor { struct
208 uint8_t bLength;
209 uint8_t bDescriptorType;
210 uint8_t bEndpointAddress;
211 uint8_t bmAttributes;
212 uint16_t wMaxPacketSize;
213 uint8_t bInterval;
214 uint8_t bRefresh;
215 uint8_t bSynchAddress;