Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usb_bos_descriptor Struct Reference

Root BOS Descriptor. More...

#include <zephyr/usb/bos.h>

Data Fields

uint8_t bLength
 Size of this descriptor in bytes (5).
uint8_t bDescriptorType
 Descriptor type.
uint16_t wTotalLength
 Total length of this descriptor and all associated device capability descriptors.
uint8_t bNumDeviceCaps
 Number of device capability descriptors that follow.

Detailed Description

Root BOS Descriptor.

Field Documentation

◆ bDescriptorType

uint8_t usb_bos_descriptor::bDescriptorType

Descriptor type.

Must be set to USB_DESC_BOS.

◆ bLength

uint8_t usb_bos_descriptor::bLength

Size of this descriptor in bytes (5).

◆ bNumDeviceCaps

uint8_t usb_bos_descriptor::bNumDeviceCaps

Number of device capability descriptors that follow.

◆ wTotalLength

uint16_t usb_bos_descriptor::wTotalLength

Total length of this descriptor and all associated device capability descriptors.


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