|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Structure to store the configuration for the remote shell instance. More...
#include <shell_remote.h>
Data Fields | |
| const char * | name |
| Name of the remote shell instance (command syntax). | |
| const struct device * | ipc |
| IPC device. | |
| struct ipc_ept_cfg | ep_cfg |
| IPC endpoint configuration. | |
Structure to store the configuration for the remote shell instance.
| struct ipc_ept_cfg shell_remote::ep_cfg |
IPC endpoint configuration.
| const struct device* shell_remote::ipc |
IPC device.
| const char* shell_remote::name |
Name of the remote shell instance (command syntax).