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

Information about a device, which is relevant for matching a particular class. More...

#include <zephyr/usb/usbh.h>

Data Fields

uint16_t vid
 Vendor ID.
uint16_t pid
 Product ID.
uint8_t class
 Class Code.
uint8_t sub
 Subclass Code.
uint8_t proto
 Protocol Code.
uint8_t flags
 Flags that tell which field to match.

Detailed Description

Information about a device, which is relevant for matching a particular class.

Field Documentation

◆ class

uint8_t usbh_class_filter::class

Class Code.

◆ flags

uint8_t usbh_class_filter::flags

Flags that tell which field to match.

◆ pid

uint16_t usbh_class_filter::pid

Product ID.

◆ proto

uint8_t usbh_class_filter::proto

Protocol Code.

◆ sub

uint8_t usbh_class_filter::sub

Subclass Code.

◆ vid

uint16_t usbh_class_filter::vid

Vendor ID.


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