#include <driver.h>
Data Fields | |
usb_standard_interface_descriptor_t * | interface |
Interface descriptor. | |
uint8_t * | nested_descriptors |
Pointer to start of descriptor tree bound with this interface. | |
size_t | nested_descriptors_size |
Size of data pointed by nested_descriptors in bytes. |
The pointers will typically point inside configuration descriptor and thus you shall not deallocate them.
Definition at line 53 of file driver.h.