Standard USB Control Request. More...
Data Fields | |
u8 | bmRequestType |
u8 | bRequest |
u16 | wValue |
u16 | wIndex |
u16 | wLength |
Standard USB Control Request.
Type define for a standard USB control request.
u8 USB_Request_Header_t::bmRequestType |
Type of the request.
u8 USB_Request_Header_t::bRequest |
Request command code.
u16 USB_Request_Header_t::wValue |
wValue parameter of the request.
u16 USB_Request_Header_t::wIndex |
wIndex parameter of the request.
u16 USB_Request_Header_t::wLength |
Length of the data to transfer in bytes.