Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_backend_config_flags Struct Reference

#include <shell.h>

Data Fields

uint32_t insert_mode:1
 Controls insert mode for text introduction.
 
uint32_t echo:1
 Controls shell echo.
 
uint32_t obscure:1
 If echo on, print asterisk instead.
 
uint32_t mode_delete:1
 Operation mode of backspace key.
 
uint32_t use_colors:1
 Controls colored syntax.
 
uint32_t use_vt100:1
 Controls VT100 commands usage in shell.
 

Field Documentation

◆ echo

uint32_t shell_backend_config_flags::echo

Controls shell echo.

◆ insert_mode

uint32_t shell_backend_config_flags::insert_mode

Controls insert mode for text introduction.

◆ mode_delete

uint32_t shell_backend_config_flags::mode_delete

Operation mode of backspace key.

◆ obscure

uint32_t shell_backend_config_flags::obscure

If echo on, print asterisk instead.

◆ use_colors

uint32_t shell_backend_config_flags::use_colors

Controls colored syntax.

◆ use_vt100

uint32_t shell_backend_config_flags::use_vt100

Controls VT100 commands usage in shell.


The documentation for this struct was generated from the following file: