Microchip® Advanced Software Framework

uhc_device_t Struct Reference

Structure to store device information.

Note
The fields of this structure should not be altered by the user application; they are reserved only for module-internal use.

#include <uhc_doc.h>

Data Fields

uint8_t address
 USB address. More...
 
usb_conf_desc_t * conf_desc
 USB current configuration descriptor. More...
 
usb_dev_desc_t dev_desc
 USB device descriptor. More...
 
uhd_speed_t speed
 USB speed. More...
 

uint8_t uhc_device_t::address

USB address.

usb_conf_desc_t* uhc_device_t::conf_desc

USB current configuration descriptor.

Support and FAQ: visit Microchip Support

usb_dev_desc_t uhc_device_t::dev_desc

USB device descriptor.

uhd_speed_t uhc_device_t::speed

USB speed.