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

Shell log backend instance structure (RO data). More...

#include <shell_log_backend.h>

Data Fields

const struct log_backendbackend
 
const struct log_outputlog_output
 
struct shell_log_backend_control_blockcontrol_block
 
uint32_t timeout
 
const struct mpsc_pbuf_buffer_configmpsc_buffer_config
 
struct mpsc_pbuf_buffermpsc_buffer
 

Detailed Description

Shell log backend instance structure (RO data).

Field Documentation

◆ backend

const struct log_backend* shell_log_backend::backend

◆ control_block

struct shell_log_backend_control_block* shell_log_backend::control_block

◆ log_output

const struct log_output* shell_log_backend::log_output

◆ mpsc_buffer

struct mpsc_pbuf_buffer* shell_log_backend::mpsc_buffer

◆ mpsc_buffer_config

const struct mpsc_pbuf_buffer_config* shell_log_backend::mpsc_buffer_config

◆ timeout

uint32_t shell_log_backend::timeout

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