All information about the USB Device.
#include <udc_desc.h>
Data Fields | |
usb_dev_bos_desc_t UDC_DESC_STORAGE * | conf_bos |
udc_config_speed_t UDC_DESC_STORAGE * | conf_lsfs |
USB configuration descriptor and UDI API pointers for low or full speed. More... | |
usb_dev_desc_t UDC_DESC_STORAGE * | confdev_lsfs |
USB device descriptor for low or full speed. More... | |
usb_dev_bos_desc_t UDC_DESC_STORAGE* udc_config_t::conf_bos |
Referenced by udc_req_std_dev_get_descriptor().
udc_config_speed_t UDC_DESC_STORAGE* udc_config_t::conf_lsfs |
USB configuration descriptor and UDI API pointers for low or full speed.
Referenced by udc_req_std_dev_get_descriptor(), and udc_req_std_dev_set_configuration().
usb_dev_desc_t UDC_DESC_STORAGE* udc_config_t::confdev_lsfs |
USB device descriptor for low or full speed.
Referenced by udc_req_std_dev_get_descriptor(), and udc_req_std_dev_set_configuration().