Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
usb_endpoint_descriptor Struct Reference

#include <usb.h>

Data Fields

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

Detailed Description

Definition at line 50 of file usb.h.

Field Documentation

◆ bDescriptorType

uint8_t usb_endpoint_descriptor::bDescriptorType

Definition at line 52 of file usb.h.

Referenced by EHCIModule::probe().

◆ bEndpointAddress

uint8_t usb_endpoint_descriptor::bEndpointAddress

Definition at line 53 of file usb.h.

Referenced by EHCIModule::probe().

◆ bInterval

uint8_t usb_endpoint_descriptor::bInterval

Definition at line 56 of file usb.h.

Referenced by EHCIModule::probe().

◆ bLength

uint8_t usb_endpoint_descriptor::bLength

Definition at line 51 of file usb.h.

Referenced by EHCIModule::probe().

◆ bmAttributes

uint8_t usb_endpoint_descriptor::bmAttributes

Definition at line 54 of file usb.h.

Referenced by EHCIModule::probe().

◆ wMaxPacketSize

uint16_t usb_endpoint_descriptor::wMaxPacketSize

Definition at line 55 of file usb.h.

Referenced by EHCIModule::probe().


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