USBFS Device Alternate Interface structure.
Data Fields | |
| const uint8_t * | interfaceDescriptor |
| Pointer to the Interface Descriptor in the Configuration Descriptor. | |
| const cy_stc_usb_dev_endpoint_t ** | endpoints |
| Pointer to array of pointers to structure that stores Endpoints information. | |
| uint8_t | numEndpoints |
| Number of endpoints that belong to this interface alternates. | |
| const cy_stc_usb_dev_hid_t * | hid |
| Pointer to the HID information structure. | |