Home
last modified time | relevance | path

Searched refs:bcdVDC (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.h54 uint16_t bcdVDC; member
A Dusbh_video.c323 USB_LOG_RAW("bcdVDC:%04x\r\n", video_class->bcdVDC); in usbh_video_list_info()
405 video_class->bcdVDC = ((uint16_t)p[4] << 8) | (uint16_t)p[3]; in usbh_video_ctrl_connect()

Completed in 5 milliseconds