Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/adb/
A Dcherrysh_port.c226 chry_shell_init_t csh_init; in shell_init() local
239 csh_init.sput = csh_sput_cb; in shell_init()
240 csh_init.sget = csh_sget_cb; in shell_init()
250 csh_init.command_table_end = &__fsymtab_end; in shell_init()
259 csh_init.prompt_buffer = csh_prompt_buffer; in shell_init()
275 csh_init.line_buffer = csh_line_buffer; in shell_init()
279 csh_init.uid = 0; in shell_init()
280 csh_init.user[0] = "cherry"; in shell_init()
286 csh_init.host = "cherryadb"; in shell_init()
287 csh_init.user_data = NULL; in shell_init()
[all …]

Completed in 2 milliseconds