Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
usb_ep_descriptor Struct Reference

#include <usb_ch9.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bEndpointAddress
 
uint8_t bmAttributes
 
uint16_t wMaxPacketSize
 
uint8_t bInterval
 

Detailed Description

USB Standard Endpoint Descriptor defined in spec. Table 9-13

Field Documentation

◆ 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: