Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usb_ep_descriptor Struct Reference

USB Standard Endpoint Descriptor defined in spec. More...

#include <usb_ch9.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bEndpointAddress
 
union { 
 
   uint8_t   bmAttributes 
 
   struct usb_ep_desc_bmattr   Attributes 
 
};  
 
uint16_t wMaxPacketSize
 
uint8_t bInterval
 

Detailed Description

USB Standard Endpoint Descriptor defined in spec.

Table 9-13

Field Documentation

◆ [union]

union { ... } usb_ep_descriptor

◆ Attributes

struct usb_ep_desc_bmattr usb_ep_descriptor::Attributes

◆ bDescriptorType

uint8_t usb_ep_descriptor::bDescriptorType

◆ bEndpointAddress

uint8_t usb_ep_descriptor::bEndpointAddress

◆ bInterval

uint8_t usb_ep_descriptor::bInterval

◆ bLength

uint8_t usb_ep_descriptor::bLength

◆ bmAttributes

uint8_t usb_ep_descriptor::bmAttributes

◆ wMaxPacketSize

uint16_t usb_ep_descriptor::wMaxPacketSize

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