VSF Documented
|
#include <vsf_usb_HUB.h>
Data Fields | ||
uint8_t | bDescLength | |
uint8_t | bDescriptorType | |
uint8_t | bNbrPorts | |
uint16_t | wHubCharacteristics | |
uint8_t | bPwrOn2PwrGood | |
uint8_t | bHubContrCurrent | |
union { | ||
struct { | ||
uint8_t DeviceRemovable [(USB_MAXCHILDREN+1+7)/8] | ||
uint8_t PortPwrCtrlMask [(USB_MAXCHILDREN+1+7)/8] | ||
} hs | ||
struct { | ||
uint8_t bHubHdrDecLat | ||
uint16_t wHubDelay | ||
uint16_t DeviceRemovable | ||
} ss | ||
} | u | |
uint8_t usb_hub_desc_t::bDescLength |
uint8_t usb_hub_desc_t::bDescriptorType |
uint8_t usb_hub_desc_t::bNbrPorts |
uint16_t usb_hub_desc_t::wHubCharacteristics |
uint8_t usb_hub_desc_t::bPwrOn2PwrGood |
uint8_t usb_hub_desc_t::bHubContrCurrent |
uint8_t usb_hub_desc_t::DeviceRemovable[(USB_MAXCHILDREN+1+7)/8] |
uint8_t usb_hub_desc_t::PortPwrCtrlMask[(USB_MAXCHILDREN+1+7)/8] |
struct { ... } usb_hub_desc_t::hs |
uint8_t usb_hub_desc_t::bHubHdrDecLat |
uint16_t usb_hub_desc_t::wHubDelay |
uint16_t usb_hub_desc_t::DeviceRemovable |
struct { ... } usb_hub_desc_t::ss |
union { ... } usb_hub_desc_t::u |