|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Shell access over an ADSP memory window. More...
Files | |
| file | shell_adsp_memory_window.h |
| Header file for the ADSP memory window shell backend. | |
Macros | |
| #define | SHELL_ADSP_MEMORY_WINDOW_DEFINE(_name) |
| Define an ADSP memory window shell transport instance. | |
Functions | |
| const struct shell * | shell_backend_adsp_memory_window_get_ptr (void) |
| This function provides pointer to shell ADSP memory window backend instance. | |
Shell access over an ADSP memory window.
| #define SHELL_ADSP_MEMORY_WINDOW_DEFINE | ( | _name | ) |
#include <zephyr/shell/shell_adsp_memory_window.h>
Define an ADSP memory window shell transport instance.
| _name | Name of the transport instance. |
| const struct shell * shell_backend_adsp_memory_window_get_ptr | ( | void | ) |
#include <zephyr/shell/shell_adsp_memory_window.h>
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.