Home
last modified time | relevance | path

Searched defs:cdc_acm_class (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c35 static void usbh_cdc_acm_class_free(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_class_free()
45 int usbh_cdc_acm_set_line_coding(struct usbh_cdc_acm *cdc_acm_class, struct cdc_line_coding *line_c… in usbh_cdc_acm_set_line_coding()
65 int usbh_cdc_acm_get_line_coding(struct usbh_cdc_acm *cdc_acm_class, struct cdc_line_coding *line_c… in usbh_cdc_acm_get_line_coding()
89 int usbh_cdc_acm_set_line_state(struct usbh_cdc_acm *cdc_acm_class, bool dtr, bool rts) in usbh_cdc_acm_set_line_state()
112 struct usbh_cdc_acm *cdc_acm_class = usbh_cdc_acm_class_alloc(); in usbh_cdc_acm_connect() local
178 struct usbh_cdc_acm *cdc_acm_class = (struct usbh_cdc_acm *)hport->config.intf[intf].priv; in usbh_cdc_acm_disconnect() local
207 int usbh_cdc_acm_bulk_in_transfer(struct usbh_cdc_acm *cdc_acm_class, uint8_t *buffer, uint32_t buf… in usbh_cdc_acm_bulk_in_transfer()
220 int usbh_cdc_acm_bulk_out_transfer(struct usbh_cdc_acm *cdc_acm_class, uint8_t *buffer, uint32_t bu… in usbh_cdc_acm_bulk_out_transfer()
247 __WEAK void usbh_cdc_acm_run(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_run()
252 __WEAK void usbh_cdc_acm_stop(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_stop()
/components/drivers/usb/cherryusb/demo/
A Dusb_host.c67 struct usbh_cdc_acm *cdc_acm_class = (struct usbh_cdc_acm *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_cdc_acm_thread() local
330 void usbh_cdc_acm_run(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_run()
335 void usbh_cdc_acm_stop(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_stop()
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c287 struct usbh_cdc_acm *cdc_acm_class; in usbh_serial_control() local
617 struct usbh_cdc_acm *cdc_acm_class = (struct usbh_cdc_acm *)arg; in usbh_cdc_acm_callback() local
638 void usbh_cdc_acm_run(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_run()
665 void usbh_cdc_acm_stop(struct usbh_cdc_acm *cdc_acm_class) in usbh_cdc_acm_stop()

Completed in 7 milliseconds