Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
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. |
Root BOS Descriptor.
uint8_t usb_bos_descriptor::bDescriptorType |
Descriptor type.
Must be set to USB_DESC_BOS.
uint8_t usb_bos_descriptor::bLength |
Size of this descriptor in bytes (5).
uint8_t usb_bos_descriptor::bNumDeviceCaps |
Number of device capability descriptors that follow.
uint16_t usb_bos_descriptor::wTotalLength |
Total length of this descriptor and all associated device capability descriptors.