| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <usb_ch9.h>
Data Fields | |
| union { | |
| uint8_t bmRequestType | |
| struct usb_req_type_field RequestType | |
| }; | |
| uint8_t | bRequest | 
| uint16_t | wValue | 
| uint16_t | wIndex | 
| uint16_t | wLength | 
USB Setup Data packet defined in spec. Table 9-2
| union { ... } usb_setup_packet::@329 | 
| uint8_t usb_setup_packet::bmRequestType | 
| uint8_t usb_setup_packet::bRequest | 
| struct usb_req_type_field usb_setup_packet::RequestType | 
| uint16_t usb_setup_packet::wIndex | 
| uint16_t usb_setup_packet::wLength | 
| uint16_t usb_setup_packet::wValue |