Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usbd_bos_desc_data Struct Reference

USBD BOS Device Capability descriptor data. More...

#include <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: