Zephyr Project API  3.2.0
A Scalable Open Source RTOS
shell_backend_config_flags Struct Reference

#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
 

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: