Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
shell_types.h File Reference

Go to the source code of this file.

Data Structures

struct  shell_vt100_colors
 
struct  shell_multiline_cons
 
struct  shell_vt100_ctx
 

Enumerations

enum  shell_vt100_color {
  SHELL_VT100_COLOR_DEFAULT , SHELL_VT100_COLOR_BLACK , SHELL_VT100_COLOR_RED , SHELL_VT100_COLOR_GREEN ,
  SHELL_VT100_COLOR_YELLOW , SHELL_VT100_COLOR_BLUE , SHELL_VT100_COLOR_MAGENTA , SHELL_VT100_COLOR_CYAN ,
  SHELL_VT100_COLOR_WHITE , VT100_COLOR_END
}
 

Enumeration Type Documentation

◆ shell_vt100_color

Enumerator
SHELL_VT100_COLOR_DEFAULT 
SHELL_VT100_COLOR_BLACK 
SHELL_VT100_COLOR_RED 
SHELL_VT100_COLOR_GREEN 
SHELL_VT100_COLOR_YELLOW 
SHELL_VT100_COLOR_BLUE 
SHELL_VT100_COLOR_MAGENTA 
SHELL_VT100_COLOR_CYAN 
SHELL_VT100_COLOR_WHITE 
VT100_COLOR_END