|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Shell backend API. More...
Go to the source code of this file.
Functions | |
| static const struct shell * | shell_backend_get (uint32_t idx) |
| Get backend. | |
| static int | shell_backend_count_get (void) |
| Get number of backends. | |
| const struct shell * | shell_backend_get_by_name (const char *backend_name) |
| Get backend by name. | |
Shell backend API.
|
inlinestatic |
Get number of backends.
Get backend.
| [in] | idx | Pointer to the backend instance. |
| const struct shell * shell_backend_get_by_name | ( | const char * | backend_name | ) |
Get backend by name.
| [in] | backend_name | Name of the backend as defined by the SHELL_DEFINE. |