LUFA Library - Mass Storage Class Bootloader
|
#include <Descriptors.h>
Data Fields | |
USB_Descriptor_Configuration_Header_t | Config |
USB_Descriptor_Interface_t | MS_Interface |
USB_Descriptor_Endpoint_t | MS_DataInEndpoint |
USB_Descriptor_Endpoint_t | MS_DataOutEndpoint |
Type define for the device configuration descriptor structure. This must be defined in the application code, as the configuration descriptor contains several sub-descriptors which vary between devices, and which describe the device's usage to the host.
USB_Descriptor_Configuration_Header_t USB_Descriptor_Configuration_t::Config |
USB_Descriptor_Endpoint_t USB_Descriptor_Configuration_t::MS_DataInEndpoint |
USB_Descriptor_Endpoint_t USB_Descriptor_Configuration_t::MS_DataOutEndpoint |
USB_Descriptor_Interface_t USB_Descriptor_Configuration_t::MS_Interface |