Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_dummy Struct Reference

#include <shell_dummy.h>

Data Fields

bool initialized
 
size_t len
 current number of bytes in buffer (0 if no output)
 
char buf [CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]
 output buffer to collect shell output
 

Field Documentation

◆ buf

char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]

output buffer to collect shell output

◆ initialized

bool shell_dummy::initialized

◆ len

size_t shell_dummy::len

current number of bytes in buffer (0 if no output)


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