|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Header of an USB class-specific descriptor. More...
#include <zephyr/usb/usb_ch9.h>
Data Fields | |
| uint8_t | bLength |
| Length of the descriptor in bytes. | |
| uint8_t | bDescriptorType |
| Type of the descriptor. | |
| uint8_t | bDescriptorSubtype |
| Class-specific type of the descriptor. | |
Header of an USB class-specific descriptor.
| uint8_t usb_cs_desc_header::bDescriptorSubtype |
Class-specific type of the descriptor.
| uint8_t usb_cs_desc_header::bDescriptorType |
Type of the descriptor.
| uint8_t usb_cs_desc_header::bLength |
Length of the descriptor in bytes.