| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
#include <shell.h>
| Data Fields | |
| uint32_t | processing:1 | 
| Shell is executing process function. | |
| uint32_t | tx_rdy:1 | 
| uint32_t | history_exit:1 | 
| Request to exit history mode. | |
| uint32_t | last_nl:8 | 
| Last received new line character. | |
| uint32_t | cmd_ctx:1 | 
| Shell is executing command. | |
| uint32_t | print_noinit:1 | 
| Print request from not initialized shell. | |
| uint32_t | sync_mode:1 | 
| Shell in synchronous mode. | |
| uint32_t | handle_log:1 | 
| Shell is handling logger backend. | |
| uint32_t shell_backend_ctx_flags::cmd_ctx | 
Shell is executing command.
| uint32_t shell_backend_ctx_flags::handle_log | 
Shell is handling logger backend.
| uint32_t shell_backend_ctx_flags::history_exit | 
Request to exit history mode.
| uint32_t shell_backend_ctx_flags::last_nl | 
Last received new line character.
| uint32_t shell_backend_ctx_flags::print_noinit | 
Print request from not initialized shell.
| uint32_t shell_backend_ctx_flags::processing | 
Shell is executing process function.
| uint32_t shell_backend_ctx_flags::sync_mode | 
Shell in synchronous mode.
| uint32_t shell_backend_ctx_flags::tx_rdy |