nRF5 SDK v17.1.0
Data Fields
nrfx_usbd_setup_t Struct Reference

Setup packet structure. More...

#include <nrfx_usbd.h>

Data Fields

uint8_t bmRequestType
 byte 0
 
uint8_t bRequest
 byte 1
 
uint16_t wValue
 byte 2, 3
 
uint16_t wIndex
 byte 4, 5
 
uint16_t wLength
 byte 6, 7
 

Detailed Description

Setup packet structure.

Structure that contains interpreted SETUP packet as described in USB specification.


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

Documentation feedback | Developer Zone | Subscribe | Updated