OpenOCD
|
USB Control Setup Data. More...
Data Fields | |
uint8_t | bmRequestType |
Characteristics of a request. More... | |
uint8_t | bRequest |
Specific request. More... | |
uint16_t | wIndex |
Field that varies according to request. More... | |
uint16_t | wLength |
Number of bytes to transfer in data stage. More... | |
uint16_t | wValue |
Field that varies according to request. More... | |
uint8_t setup_data::bmRequestType |
Characteristics of a request.
Definition at line 108 of file usb.h.
Referenced by usb_handle_clear_feature(), usb_handle_get_status(), and usb_handle_set_feature().
uint8_t setup_data::bRequest |
uint16_t setup_data::wIndex |
Field that varies according to request.
Definition at line 111 of file usb.h.
Referenced by usb_handle_clear_feature(), usb_handle_get_descriptor(), usb_handle_get_status(), and usb_handle_set_feature().
uint16_t setup_data::wLength |
uint16_t setup_data::wValue |
Field that varies according to request.
Definition at line 110 of file usb.h.
Referenced by usb_handle_clear_feature(), usb_handle_get_descriptor(), and usb_handle_set_feature().