consttusb_desc_device_t*device_descriptor;/*!< Pointer to a device descriptor. If set to NULL, the TinyUSB device will use a default device descriptor whose values are set in Kconfig */
consttusb_desc_device_t*descriptor__attribute__((deprecated));/*!< Alias to `device_descriptor` for backward compatibility */
};
constchar**string_descriptor;/*!< Pointer to an array of string descriptors */
boolexternal_phy;/*!< Should USB use an external PHY */
constuint8_t*configuration_descriptor;/*!< Pointer to a configuration descriptor. If set to NULL, TinyUSB device will use a default configuration descriptor whose values are set in Kconfig */