| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
#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. | |
| uint32_t shell_backend_config_flags::echo | 
Controls shell echo.
| uint32_t shell_backend_config_flags::insert_mode | 
Controls insert mode for text introduction.
| uint32_t shell_backend_config_flags::mode_delete | 
Operation mode of backspace key.
| uint32_t shell_backend_config_flags::obscure | 
If echo on, print asterisk instead.
| uint32_t shell_backend_config_flags::use_colors | 
Controls colored syntax.
| uint32_t shell_backend_config_flags::use_vt100 | 
Controls VT100 commands usage in shell.