Lines Matching defs:finsh_shell
61 struct finsh_shell struct
63 struct rt_semaphore rx_sem;
65 enum input_stat stat;
67 rt_uint8_t echo_mode: 1;
68 rt_uint8_t prompt_mode: 1;
71 rt_uint16_t current_history;
72 rt_uint16_t history_count;
74 char cmd_history[FINSH_HISTORY_LINES][FINSH_CMD_SIZE];
77 char line[FINSH_CMD_SIZE + 1];
78 rt_uint16_t line_position;
79 rt_uint16_t line_curpos;
82 rt_device_t device;
86 char password[FINSH_PASSWORD_MAX];