dxd - dynax driver framework
3213
cross platform open source driver development framework
|
standard USB control request definitions More...
#include <dx_usb.h>
Public Types | |
enum | direction : unsigned char { direction::out, direction::in } |
enum | recipient : unsigned char { recipient::device, recipient::interface, recipient::endpoint, recipient::other } |
enum | type : unsigned char { type::standard, type::cls, type::vendor } |
Public Member Functions | |
__request_type (dx_enum_prefix recipient recipient, dx_enum_prefix type type, dx_enum_prefix direction direction) | |
Public Attributes | |
unsigned char | _reserved: 3 |
dx_enum_prefix direction | direction: 1 |
dx_enum_prefix recipient | recipient: 2 |
dx_enum_prefix type | type: 2 |
standard USB control request definitions
|
strong |
|
strong |
|
strong |
|
inline |
unsigned char dx::usb::__request_type::_reserved |
(c) copyright 2009 dynamic acoustics e.U. | generated on Wed Nov 18 2020 |