Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.c57 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303HX; in usbh_pl2303_get_chiptype()
61 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303HXD; in usbh_pl2303_get_chiptype()
66 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303HXD; in usbh_pl2303_get_chiptype()
74 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303; in usbh_pl2303_get_chiptype()
76 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303HX; in usbh_pl2303_get_chiptype()
78 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303; in usbh_pl2303_get_chiptype()
90 if (pl2303_class->chiptype == USBH_PL2303_TYPE_PL2303HX) { in usbh_pl2303_get_chiptype()
101 pl2303_class->chiptype = USBH_PL2303_TYPE_PL2303HXN; in usbh_pl2303_get_chiptype()
109 switch (pl2303_class->chiptype) { in usbh_pl2303_get_chiptype()
251 if (pl2303_class->chiptype == USBH_PL2303_TYPE_PL2303) { in usbh_pl2303_connect()
[all …]
A Dusbh_pl2303.h39 uint8_t chiptype; member

Completed in 5 milliseconds