Zephyr API 3.6.99
|
USB Setup Data packet defined in spec. More...
#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 |
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 |