|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
ADSP memory window shell backend. More...
Go to the source code of this file.
Data Structures | |
| struct | shell_adsp_memory_window |
| Memwindow based shell transport. More... | |
Macros | |
| #define | SHELL_ADSP_MEMORY_WINDOW_DEFINE(_name) |
Functions | |
| const struct shell * | shell_backend_adsp_memory_window_get_ptr (void) |
| This function provides pointer to shell ADSP memory window backend instance. | |
Variables | |
| const struct shell_transport_api | shell_adsp_memory_window_transport_api |
ADSP memory window shell backend.
| #define SHELL_ADSP_MEMORY_WINDOW_DEFINE | ( | _name | ) |
| const struct shell * shell_backend_adsp_memory_window_get_ptr | ( | void | ) |
This function provides pointer to shell ADSP memory window backend instance.
Function returns pointer to the shell ADSP memory window instance. This instance can be next used with shell_execute_cmd function in order to test commands behavior.
|
extern |