RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
finsh_shell结构体 参考

#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
 

详细描述

在文件 shell.h61 行定义.

结构体成员变量说明

◆ rx_sem

struct rt_semaphore finsh_shell::rx_sem

在文件 shell.h63 行定义.

◆ stat

enum input_stat finsh_shell::stat

在文件 shell.h65 行定义.

◆ echo_mode

rt_uint8_t finsh_shell::echo_mode

在文件 shell.h67 行定义.

◆ prompt_mode

rt_uint8_t finsh_shell::prompt_mode

在文件 shell.h68 行定义.

◆ line

char finsh_shell::line[FINSH_CMD_SIZE+1]

在文件 shell.h77 行定义.

◆ line_position

rt_uint16_t finsh_shell::line_position

在文件 shell.h78 行定义.

◆ line_curpos

rt_uint16_t finsh_shell::line_curpos

在文件 shell.h79 行定义.

◆ device

rt_device_t finsh_shell::device

在文件 shell.h82 行定义.