Go to the source code of this file.
◆ shell_backend_count_get()
static int shell_backend_count_get |
( |
void | | ) |
|
|
inlinestatic |
Get number of backends.
- Returns
- Number of backends.
◆ shell_backend_get()
Get backend.
- Parameters
-
[in] | idx | Pointer to the backend instance. |
- Returns
- Pointer to the backend instance.
◆ shell_backend_get_by_name()
const struct shell * shell_backend_get_by_name |
( |
const char * | backend_name | ) |
|
Get backend by name.
- Parameters
-
[in] | backend_name | Name of the backend as defined by the SHELL_DEFINE. |
- Return values
-
Pointer | to the backend instance if found, NULL if backend is not found. |