Home
last modified time | relevance | path

Searched refs:rx_rb_buffer (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbd_adb_shell.c20 rt_uint8_t rx_rb_buffer[CONFIG_USBDEV_SHELL_RX_BUFSIZE]; member
129 …fer_init(&g_usbd_adb_shell.rx_rb, g_usbd_adb_shell.rx_rb_buffer, sizeof(g_usbd_adb_shell.rx_rb_buf… in usbd_adb_shell_init()
A Dusbd_serial.c33 rt_uint8_t rx_rb_buffer[CONFIG_USBDEV_SERIAL_RX_BUFSIZE]; member
199 rt_ringbuffer_init(&serial->rx_rb, serial->rx_rb_buffer, sizeof(serial->rx_rb_buffer)); in usbd_serial_register()
A Dusbh_serial.c43 rt_uint8_t rx_rb_buffer[CONFIG_USBHOST_SERIAL_RX_BUFSIZE]; member
596 rt_ringbuffer_init(&serial->rx_rb, serial->rx_rb_buffer, sizeof(serial->rx_rb_buffer)); in usbh_serial_register()

Completed in 5 milliseconds