20#include <shell/shell.h>
22void cmd_cpld_dump(
const struct shell *shell,
size_t argc,
char **argv);
29 SHELL_SUBCMD_SET_END);
32 SHELL_CMD(control_polling, &sub_cpld_control_polling_cmds,
33 "cpld control polling", NULL),
34 SHELL_SUBCMD_SET_END);
void cmd_cpld_dump(const struct shell *shell, size_t argc, char **argv)
Definition: cpld_shell.c:26
void set_cpld_polling(const struct shell *shell, size_t argc, char **argv)
Definition: cpld_shell.c:67
SHELL_STATIC_SUBCMD_SET_CREATE(sub_cpld_control_polling_cmds, SHELL_CMD(set, NULL, "cpld polling set", set_cpld_polling), SHELL_CMD(get, NULL, "cpld polling get", get_cpld_polling), SHELL_SUBCMD_SET_END)
void get_cpld_polling(const struct shell *shell, size_t argc, char **argv)
Definition: cpld_shell.c:84