Lines Matching full:shell
2 * Shell backend used for testing
12 #include <zephyr/shell/shell.h>
26 /** output buffer to collect shell output */
38 * @brief This function shall not be used directly. It provides pointer to shell
41 * Function returns pointer to the shell dummy instance. This instance can be
44 * @returns Pointer to the shell instance.
46 const struct shell *shell_backend_dummy_get_ptr(void);
49 * @brief Returns the buffered output in the shell and resets the pointer
53 * @param sh Shell pointer
54 * @param sizep Returns size of data in shell buffer
55 * @returns pointer to buffer containing shell output
57 const char *shell_backend_dummy_get_output(const struct shell *sh,
61 * @brief Clears the output buffer in the shell backend.
63 * @param sh Shell pointer
65 void shell_backend_dummy_clear_output(const struct shell *sh);