Public Attributes | List of all members
USBGenericRequest Struct Reference

#include <USBRequests.h>

Public Attributes

uint8_t bmRequestType:8
 
uint8_t bRequest:8
 
uint16_t wIndex:16
 
uint16_t wLength:16
 
uint16_t wValue:16
 

Detailed Description

Generic USB SETUP request sent over Control endpoints.

Definition at line 274 of file USBRequests.h.

Member Data Documentation

◆ bmRequestType

uint8_t USBGenericRequest::bmRequestType

Type of request

See also
USB Request Recipients "USB Request Recipients"
USB Request Types "USB Request Types"
USB Request Directions "USB Request Directions"

Definition at line 280 of file USBRequests.h.

◆ bRequest

uint8_t USBGenericRequest::bRequest

Request code

See also
USB Request codes "USB Request Codes"

Definition at line 283 of file USBRequests.h.

◆ wIndex

uint16_t USBGenericRequest::wIndex

Request-specific index parameter.

Definition at line 287 of file USBRequests.h.

◆ wLength

uint16_t USBGenericRequest::wLength

Expected length (in bytes) of the data phase.

Definition at line 289 of file USBRequests.h.

◆ wValue

uint16_t USBGenericRequest::wValue

Request-specific value parameter.

Definition at line 285 of file USBRequests.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