| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <shell.h>
Data Fields | |
| uint32_t | insert_mode:1 | 
| uint32_t | echo:1 | 
| uint32_t | obscure:1 | 
| uint32_t | mode_delete:1 | 
| uint32_t | use_colors:1 | 
| uint32_t | use_vt100:1 | 
| 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