Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
usbd_bos_desc_data Struct Reference

USBD BOS Device Capability descriptor data. More...

#include <zephyr/usb/usbd.h>

Data Fields

enum usbd_bos_desc_utype utype: 8
 Descriptor usage type (not bDescriptorType)
union { 
   struct usbd_vreq_node *const   vreq_nd 
}; 

Detailed Description

USBD BOS Device Capability descriptor data.

Field Documentation

◆ [union]

union { ... } usbd_bos_desc_data

◆ utype

enum usbd_bos_desc_utype usbd_bos_desc_data::utype

Descriptor usage type (not bDescriptorType)

◆ vreq_nd

struct usbd_vreq_node* const usbd_bos_desc_data::vreq_nd

The documentation for this struct was generated from the following file: