device/shell.h header reference

The source code of this header can be browsed online.

Members [link] 

Types [link] 

Functions [link] 

Members detail [link] 

TERMUI_CON_ARGS_COLLECT_PROTOTYPE(dev_console_opt_device_comp ) [link] 

This constructor is declared in device/shell.h source file, line 114.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5].

TERMUI_CON_ARGS_COLLECT_PROTOTYPE(dev_console_opt_accessor_comp ) [link] 

This constructor is declared in device/shell.h source file, line 116.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5].

TERMUI_CON_ARGS_COLLECT_PROTOTYPE(dev_console_device_comp ) [link] 

This constructor is declared in device/shell.h source file, line 118.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5].

TERMUI_CON_PARSE_OPT_PROTOTYPE(dev_console_opt_device_parse ) [link] 

This constructor is declared in device/shell.h source file, line 108.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

TERMUI_CON_PARSE_OPT_PROTOTYPE(dev_console_opt_accessor_parse ) [link] 

This constructor is declared in device/shell.h source file, line 110.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

TERMUI_CON_PARSE_OPT_PROTOTYPE(dev_console_opt_driver_parse ) [link] 

This constructor is declared in device/shell.h source file, line 112.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

TERMUI_CON_PARSE_OPT_PROTOTYPE(dev_console_opt_freq_parse ) [link] 

This constructor is declared in device/shell.h source file, line 120.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

TERMUI_CON_PARSE_OPT_PROTOTYPE(dev_console_opt_freq_ratio_parse ) [link] 

This constructor is declared in device/shell.h source file, line 122.

Documentation from alternate declaration:

This is available when CONFIG_MUTEK_SHELL_BUFFER is defined.

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

#define TERMUI_CON_OPT_DEV_ACCESSOR_ENTRY(sname_, lname_, id_, type_, field_, class_, ...) [link] 

This macro is declared in device/shell.h source file, line 75.

#define TERMUI_CON_OPT_DEV_DEVICE_ENTRY(sname_, lname_, id_, type_, dev_field_, num_field_, filter_, ...) [link] 

This macro is declared in device/shell.h source file, line 40.

#define TERMUI_CON_OPT_DEV_DRIVER_ENTRY(sname_, lname_, id_, type_, field_, ...) [link] 

This macro is declared in device/shell.h source file, line 59.

#define TERMUI_CON_OPT_FREQ_ENTRY(sname_, lname_, id_, type_, field_, ...) [link] 

This macro is declared in device/shell.h source file, line 92.

#define TERMUI_CON_OPT_FREQ_RATIO_ENTRY(sname_, lname_, id_, type_, field_, ...) [link] 

This macro is declared in device/shell.h source file, line 99.

#define __DEVICE_SHELL_H__ [link] 

This macro is declared in device/shell.h source file, line 23.

struct dev_console_opt_accessor_s [link] 

This struct is declared in device/shell.h source file, line 68.

FieldDescription
struct termui_con_opts_s opt;
enum driver_class_e cl:8;
uint16_t offset;

struct dev_console_opt_device_s [link] 

This struct is declared in device/shell.h source file, line 31.

FieldDescription
struct termui_con_opts_s opt;
device_filter_t * filter;
uint16_t dev_offset;
uint16_t num_offset;

struct dev_console_opt_driver_s [link] 

This struct is declared in device/shell.h source file, line 52.

FieldDescription
struct termui_con_opts_s opt;
uint16_t offset;

struct dev_console_opt_freq_s [link] 

This struct is declared in device/shell.h source file, line 86.

FieldDescription
struct termui_con_opts_s opt;
uint16_t offset;
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc