Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbd_adb_shell.c21 } g_usbd_adb_shell; variable
25 rt_ringbuffer_put(&g_usbd_adb_shell.rx_rb, data, len); in usbd_adb_notify_shell_read()
27 if (g_usbd_adb_shell.parent.rx_indicate) { in usbd_adb_notify_shell_read()
28 g_usbd_adb_shell.parent.rx_indicate(&g_usbd_adb_shell.parent, len); in usbd_adb_notify_shell_read()
34 if (g_usbd_adb_shell.tx_done) { in usbd_adb_notify_write_done()
35 usb_osal_sem_give(g_usbd_adb_shell.tx_done); in usbd_adb_notify_write_done()
49 if (g_usbd_adb_shell.tx_done) { in usbd_adb_shell_close()
50 usb_osal_sem_give(g_usbd_adb_shell.tx_done); in usbd_adb_shell_close()
78 usb_osal_sem_reset(g_usbd_adb_shell.tx_done); in usbd_adb_shell_write()
102 device = &(g_usbd_adb_shell.parent); in usbd_adb_shell_init()
[all …]

Completed in 5 milliseconds