Loading...
Searching...
No Matches
usb_setup_t Struct Reference

USB setup packet (USB 2.0 spec table 9-2) More...

Detailed Description

USB setup packet (USB 2.0 spec table 9-2)

Definition at line 207 of file descriptor.h.

#include <descriptor.h>

Data Fields

uint8_t type
 Request type

 
uint8_t request
 Specific request

 
uint16_t value
 Value word

 
uint16_t index
 Index/offset word

 
uint16_t length
 Length of the data stage.
 

Field Documentation

◆ index

uint16_t usb_setup_t::index

Index/offset word

Definition at line 211 of file descriptor.h.

◆ length

uint16_t usb_setup_t::length

Length of the data stage.

Definition at line 212 of file descriptor.h.

◆ request

uint8_t usb_setup_t::request

Specific request

Definition at line 209 of file descriptor.h.

◆ type

uint8_t usb_setup_t::type

Request type

Definition at line 208 of file descriptor.h.

◆ value

uint16_t usb_setup_t::value

Value word

Definition at line 210 of file descriptor.h.


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