NetBurner 3.5.7
PDF Version
_usb_host_interface Struct Reference

USB host interface information structure. More...

#include <usb_host.h>

Public Attributes

usb_host_ep_t epList [USB_HOST_CONFIG_INTERFACE_MAX_EP]
 
usb_descriptor_interface_t * interfaceDesc
 
uint8_t * interfaceExtension
 
uint16_t interfaceExtensionLength
 
uint8_t interfaceIndex
 
uint8_t alternateSettingNumber
 
uint8_t epCount
 

Detailed Description

USB host interface information structure.

Member Data Documentation

◆ alternateSettingNumber

uint8_t _usb_host_interface::alternateSettingNumber

The interface alternate setting value

◆ epCount

uint8_t _usb_host_interface::epCount

Interface's endpoint number

◆ epList

usb_host_ep_t _usb_host_interface::epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]

Endpoint array

◆ interfaceDesc

usb_descriptor_interface_t* _usb_host_interface::interfaceDesc

Interface descriptor pointer

◆ interfaceExtension

uint8_t* _usb_host_interface::interfaceExtension

Interface extended descriptor pointer

◆ interfaceExtensionLength

uint16_t _usb_host_interface::interfaceExtensionLength

Extended descriptor length

◆ interfaceIndex

uint8_t _usb_host_interface::interfaceIndex

The interface index


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