Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ftdi.c178 switch (ftdi_class->chip_type) { in usbh_ftdi_set_baudrate()
352 ftdi_class->chip_type = FT232B; in usbh_ftdi_connect()
355 ftdi_class->chip_type = FT2232C; in usbh_ftdi_connect()
358 ftdi_class->chip_type = FT232R; in usbh_ftdi_connect()
361 ftdi_class->chip_type = FT2232H; in usbh_ftdi_connect()
364 ftdi_class->chip_type = FT4232H; in usbh_ftdi_connect()
367 ftdi_class->chip_type = FT232H; in usbh_ftdi_connect()
375 USB_LOG_INFO("FTDI chip name:%s\r\n", ftdi_chip_name[ftdi_class->chip_type]); in usbh_ftdi_connect()
A Dusbh_ftdi.h73 enum ftdi_chip_type chip_type; member

Completed in 4 milliseconds