#include <USBDDriver.h>
Public Attributes | |
uint8_t | cfgnum |
uint8_t | isRemoteWakeUpEnabled |
uint8_t | otg_features_supported |
const USBDDriverDescriptors * | pDescriptors |
uint8_t * | pInterfaces |
Definition at line 109 of file USBDDriver.h.
uint8_t _USBDDriver::cfgnum |
Current configuration number (0 -> device is not configured).
Definition at line 116 of file USBDDriver.h.
uint8_t _USBDDriver::isRemoteWakeUpEnabled |
Indicates if remote wake up has been enabled by the host.
Definition at line 118 of file USBDDriver.h.
uint8_t _USBDDriver::otg_features_supported |
Features supported by OTG
Definition at line 120 of file USBDDriver.h.
const USBDDriverDescriptors* _USBDDriver::pDescriptors |
List of descriptors used by the device.
Definition at line 112 of file USBDDriver.h.
uint8_t* _USBDDriver::pInterfaces |
Current setting for each interface.
Definition at line 114 of file USBDDriver.h.