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

#include <zephyr/drivers/usb/uhc.h>

Data Fields

struct usb_desc_headerdhp
 Pointer to the interface descriptor.
struct usb_association_descriptoriad
 Pointer to the association interface descriptor, if any.
uint8_t alternate
 Alternate setting selected for this interface.

Field Documentation

◆ alternate

uint8_t usb_host_interface::alternate

Alternate setting selected for this interface.

◆ dhp

struct usb_desc_header* usb_host_interface::dhp

Pointer to the interface descriptor.

◆ iad

struct usb_association_descriptor* usb_host_interface::iad

Pointer to the association interface descriptor, if any.


The documentation for this struct was generated from the following file:
  • zephyr/drivers/usb/uhc.h