Searched refs:shell_rb (Results 1 – 1 of 1) sorted by relevance
14 static chry_ringbuffer_t shell_rb; variable42 chry_ringbuffer_write(&shell_rb, data, len); in usbd_adb_notify_shell_read()76 return chry_ringbuffer_read(&shell_rb, data, size); in csh_sget_cb()228 if (chry_ringbuffer_init(&shell_rb, mempool, sizeof(mempool))) { in shell_init()
Completed in 2 milliseconds