#include <USBDDriver.h>
Public Attributes | |
uint8_t | numStrings |
const USBConfigurationDescriptor * | pFsConfiguration |
const USBDeviceDescriptor * | pFsDevice |
const USBConfigurationDescriptor * | pFsOtherSpeed |
const USBDeviceQualifierDescriptor * | pFsQualifier |
const USBConfigurationDescriptor * | pHsConfiguration |
const USBDeviceDescriptor * | pHsDevice |
const USBConfigurationDescriptor * | pHsOtherSpeed |
const USBDeviceQualifierDescriptor * | pHsQualifier |
const uint8_t ** | pStrings |
Definition at line 79 of file USBDDriver.h.
uint8_t _USBDDriverDescriptors::numStrings |
Number of string descriptors in list
Definition at line 100 of file USBDDriver.h.
const USBConfigurationDescriptor* _USBDDriverDescriptors::pFsConfiguration |
Pointer to the full-speed configuration descriptor
Definition at line 84 of file USBDDriver.h.
const USBDeviceDescriptor* _USBDDriverDescriptors::pFsDevice |
Pointer to the full-speed device descriptor
Definition at line 82 of file USBDDriver.h.
const USBConfigurationDescriptor* _USBDDriverDescriptors::pFsOtherSpeed |
Pointer to the full-speed other speed configuration descriptor
Definition at line 88 of file USBDDriver.h.
const USBDeviceQualifierDescriptor* _USBDDriverDescriptors::pFsQualifier |
Pointer to the full-speed qualifier descriptor
Definition at line 86 of file USBDDriver.h.
const USBConfigurationDescriptor* _USBDDriverDescriptors::pHsConfiguration |
Pointer to the high-speed configuration descriptor
Definition at line 92 of file USBDDriver.h.
const USBDeviceDescriptor* _USBDDriverDescriptors::pHsDevice |
Pointer to the high-speed device descriptor
Definition at line 90 of file USBDDriver.h.
const USBConfigurationDescriptor* _USBDDriverDescriptors::pHsOtherSpeed |
Pointer to the high-speed other speed configuration descriptor
Definition at line 96 of file USBDDriver.h.
const USBDeviceQualifierDescriptor* _USBDDriverDescriptors::pHsQualifier |
Pointer to the high-speed qualifier descriptor
Definition at line 94 of file USBDDriver.h.
const uint8_t** _USBDDriverDescriptors::pStrings |
Pointer to the list of string descriptors
Definition at line 98 of file USBDDriver.h.