nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bos_cap_msosv2

USB_DEVICE_BOS_DESC_DEFINE_CAP struct usb_bos_msosv2_desc bos_cap_msosv2
Initial value:
= {
.platform = {
.bLength = sizeof(struct usb_bos_platform_descriptor)
+ sizeof(struct usb_bos_capability_msos),
.bDescriptorType = USB_DESC_DEVICE_CAPABILITY,
.bDevCapabilityType = USB_BOS_CAPABILITY_PLATFORM,
.bReserved = 0,
.PlatformCapabilityUUID = {
0xDF, 0x60, 0xDD, 0xD8,
0x89, 0x45,
0xC7, 0x4C,
0x9C, 0xD2,
0x65, 0x9D, 0x9E, 0x64, 0x8A, 0x9F,
},
},
.cap = {
.dwWindowsVersion = sys_cpu_to_le32(0x06030000),
.wMSOSDescriptorSetTotalLength =
sys_cpu_to_le16(sizeof(msosv2_cmsis_dap_desc)),
.bMS_VendorCode = 0x20 ,
.bAltEnumCode = 0x00
},
}
static struct msosv2_descriptor msosv2_cmsis_dap_desc