Searched refs:echo_mode (Results 1 – 5 of 5) sorted by relevance
53 int echo_mode = atoi(args); in ate_setup() local55 if(echo_mode == AT_ECHO_MODE_CLOSE || echo_mode == AT_ECHO_MODE_OPEN) in ate_setup()57 at_get_server()->echo_mode = echo_mode; in ate_setup()
474 if (server->echo_mode) in server_parser()488 if (server->echo_mode) in server_parser()507 if (server->echo_mode) in server_parser()571 at_server_local->echo_mode = 1; in at_server_init()
279 shell->echo_mode = (rt_uint8_t)echo; in finsh_set_echo()293 return shell->echo_mode; in finsh_get_echo()515 shell->echo_mode = 1; in finsh_thread_entry()517 shell->echo_mode = 0; in finsh_thread_entry()774 if (shell->echo_mode) in finsh_thread_entry()797 if (shell->echo_mode) in finsh_thread_entry()807 if (shell->echo_mode) in finsh_thread_entry()
67 rt_uint8_t echo_mode: 1; member
88 rt_bool_t echo_mode; member
Completed in 7 milliseconds