USB interface association descriptor (Interface Association Descriptors table 9-Z) More...
USB interface association descriptor (Interface Association Descriptors table 9-Z)
Definition at line 184 of file descriptor.h.
#include <descriptor.h>
Data Fields | |
| uint8_t | length | 
| Size of this descriptor.  | |
| uint8_t | type | 
| Descriptor type (USB_TYPE_DESCRIPTOR_INTERFACE_ASSOC)  | |
| uint8_t | first_interface | 
| Index of the first associated interface.  | |
| uint8_t | interface_count | 
| Number of associated interfaces.  | |
| uint8_t | class | 
| Non-zero class code.  | |
| uint8_t | subclass | 
| Subclass code.  | |
| uint8_t | protocol | 
| Protocol code.  | |
| uint8_t | idx | 
| Descriptor string index.  | |