USBFS Device structure.
Data Fields | |
| const uint8_t * | deviceDescriptor |
| Pointer to uint8_t array that stores Device Descriptor. | |
| const uint8_t * | bosDescriptor |
| Pointer to uint8_t array that stores BOS Descriptor. | |
| const cy_stc_usb_dev_string_t * | strings |
| Pointer to structure that stores Strings Descriptors information. | |
| uint8_t | numConfigurations |
| Number of supported configurations. | |
| const cy_stc_usb_dev_configuration_t ** | configurations |
| Pointer to array of pointers to structure that stores Configuration information. | |