|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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. | |
Information about a device, which is relevant for matching a particular class.
| uint8_t usbh_class_filter::class |
Class Code.
| uint8_t usbh_class_filter::flags |
Flags that tell which field to match.
| uint16_t usbh_class_filter::pid |
Product ID.
| uint8_t usbh_class_filter::proto |
Protocol Code.
| uint8_t usbh_class_filter::sub |
Subclass Code.
| uint16_t usbh_class_filter::vid |
Vendor ID.