Public Attributes | List of all members
usb_setup_req_t Struct Reference

A USB Device SETUP request. More...

#include <usb_protocol.h>

Public Attributes

uint8_t bmRequestType
 
uint8_t bRequest
 
le16_t wIndex
 
le16_t wLength
 
le16_t wValue
 

Detailed Description

A USB Device SETUP request.

The data payload of SETUP packets always follows this structure.

Definition at line 302 of file usb_protocol.h.

Member Data Documentation

◆ bmRequestType

uint8_t usb_setup_req_t::bmRequestType

Definition at line 303 of file usb_protocol.h.

◆ bRequest

uint8_t usb_setup_req_t::bRequest

Definition at line 304 of file usb_protocol.h.

◆ wIndex

le16_t usb_setup_req_t::wIndex

Definition at line 306 of file usb_protocol.h.

◆ wLength

le16_t usb_setup_req_t::wLength

Definition at line 307 of file usb_protocol.h.

◆ wValue

le16_t usb_setup_req_t::wValue

Definition at line 305 of file usb_protocol.h.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03