Searched defs:finsh_shell (Results 1 – 1 of 1) sorted by relevance
61 struct finsh_shell struct63 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;77 char line[FINSH_CMD_SIZE + 1];78 rt_uint16_t line_position;79 rt_uint16_t line_curpos;[all …]
Completed in 1 milliseconds