Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/adb/
A Dcherrysh_port.c25 static chry_shell_t csh; variable
112 ret = csh_login(&csh); in task_repl()
124 ret = chry_shell_task_repl(&csh); in task_repl()
146 csh.rl.noblock = false; in task_repl()
156 chry_shell_task_exec(&csh); in task_exec()
168 (void)csh; in chry_shell_port_create_context()
203csh->rl.sput(&csh->rl, "^SIGINT" CONFIG_CSH_NEWLINE, sizeof("^SIGINT" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()
206csh->rl.sput(&csh->rl, "^SIGQUIT" CONFIG_CSH_NEWLINE, sizeof("^SIGQUIT" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()
209csh->rl.sput(&csh->rl, "^SIGKILL" CONFIG_CSH_NEWLINE, sizeof("^SIGKILL" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()
212csh->rl.sput(&csh->rl, "^SIGTERM" CONFIG_CSH_NEWLINE, sizeof("^SIGTERM" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()
[all …]

Completed in 29 milliseconds