|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Interface descriptor. More...
#include <baremetal/cascoda-bm-driver/include/cascoda-bm/cascoda_usb.h>
Public Attributes | |
| u8_t | bLength |
| Length in bytes ( of this ) More... | |
| u8_t | bDescriptorType |
| USB_DT_INTERFACE. More... | |
| u8_t | bInterfaceNumber |
| Interface Number. More... | |
| u8_t | bAlternateSetting |
| Alternate setting for this interface. More... | |
| u8_t | bNumEndpoints |
| Number of endpoints in this interface excluding endpoint 0. More... | |
| u8_t | iInterfaceClass |
| Class Code: HID. More... | |
| u8_t | iInterfaceSubClass |
| SubClass Code. More... | |
| u8_t | bInterfaceProtocol |
| Protocol Code. More... | |
| u8_t | iInterface |
| String index. More... | |
Interface descriptor.
| u8_t UsbInterfaceDescriptor::bAlternateSetting |
Alternate setting for this interface.
| u8_t UsbInterfaceDescriptor::bDescriptorType |
USB_DT_INTERFACE.
| u8_t UsbInterfaceDescriptor::bInterfaceNumber |
Interface Number.
| u8_t UsbInterfaceDescriptor::bInterfaceProtocol |
Protocol Code.
| u8_t UsbInterfaceDescriptor::bLength |
Length in bytes ( of this )
| u8_t UsbInterfaceDescriptor::bNumEndpoints |
Number of endpoints in this interface excluding endpoint 0.
| u8_t UsbInterfaceDescriptor::iInterface |
String index.
| u8_t UsbInterfaceDescriptor::iInterfaceClass |
Class Code: HID.
| u8_t UsbInterfaceDescriptor::iInterfaceSubClass |
SubClass Code.