tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
tusb_control_request_t Struct Reference

Data Fields

union {
   struct {
      uint8_t   recipient: 5
 Recipient type tusb_std_request_recipient_t.
 
      uint8_t   type: 2
 Request type tusb_control_request_type_t.
 
      uint8_t   direction: 1
 Direction type. tusb_direction_t.
 
   }   bmRequestType_bit
 
   uint8_t   bmRequestType
 
}; 
 
uint8_t bRequest
 
uint16_t wValue
 
uint16_t wIndex
 
uint16_t wLength
 

Detailed Description

Definition at line 49 of file std_request.h.


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