RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <shell.h>
成员变量 | |
struct rt_semaphore | rx_sem |
enum input_stat | stat |
rt_uint8_t | echo_mode: 1 |
rt_uint8_t | prompt_mode: 1 |
char | line [FINSH_CMD_SIZE+1] |
rt_uint16_t | line_position |
rt_uint16_t | line_curpos |
rt_device_t | device |
struct rt_semaphore finsh_shell::rx_sem |
enum input_stat finsh_shell::stat |
rt_uint8_t finsh_shell::echo_mode |
rt_uint8_t finsh_shell::prompt_mode |
char finsh_shell::line[FINSH_CMD_SIZE+1] |
rt_uint16_t finsh_shell::line_position |
rt_uint16_t finsh_shell::line_curpos |
rt_device_t finsh_shell::device |