Data Fields | |
const USBDDriverDescriptors * | pDescriptors |
uint8_t * | pInterfaces |
uint8_t | cfgnum |
uint8_t | isRemoteWakeUpEnabled |
uint8_t | otg_features_supported |
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.
Indicates if remote wake up has been enabled by the host.
Definition at line 118 of file USBDDriver.h.
Features supported by OTG
Definition at line 120 of file USBDDriver.h.
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.