Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usb_cs_desc_header Struct Reference

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.

Detailed Description

Header of an USB class-specific descriptor.

Field Documentation

◆ bDescriptorSubtype

uint8_t usb_cs_desc_header::bDescriptorSubtype

Class-specific type of the descriptor.

◆ bDescriptorType

uint8_t usb_cs_desc_header::bDescriptorType

Type of the descriptor.

◆ bLength

uint8_t usb_cs_desc_header::bLength

Length of the descriptor in bytes.


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