Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_cmd_entry Union Reference

Shell command descriptor. More...

#include <shell.h>

Data Fields

shell_dynamic_get dynamic_get
 Pointer to function returning dynamic commands.
 
const struct shell_static_entryentry
 Pointer to array of static commands.
 

Detailed Description

Shell command descriptor.

Field Documentation

◆ dynamic_get

shell_dynamic_get shell_cmd_entry::dynamic_get

Pointer to function returning dynamic commands.

◆ entry

const struct shell_static_entry* shell_cmd_entry::entry

Pointer to array of static commands.


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