APM:Libraries
Public Attributes | List of all members
usb_descriptor_endpoint Struct Reference

#include <usb.h>

Public Attributes

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

Detailed Description

Definition at line 265 of file usb.h.

Member Data Documentation

◆ bDescriptorType

uint8_t usb_descriptor_endpoint::bDescriptorType

Definition at line 267 of file usb.h.

◆ bEndpointAddress

uint8_t usb_descriptor_endpoint::bEndpointAddress

Definition at line 268 of file usb.h.

◆ bInterval

uint8_t usb_descriptor_endpoint::bInterval

Definition at line 271 of file usb.h.

◆ bLength

uint8_t usb_descriptor_endpoint::bLength

Definition at line 266 of file usb.h.

◆ bmAttributes

uint8_t usb_descriptor_endpoint::bmAttributes

Definition at line 269 of file usb.h.

◆ wMaxPacketSize

uint16_t usb_descriptor_endpoint::wMaxPacketSize

Definition at line 270 of file usb.h.


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