OpenBIC
OpenSource Bridge-IC
cpld_shell.h File Reference
#include <shell/shell.h>
Include dependency graph for cpld_shell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void cmd_cpld_dump (const struct shell *shell, size_t argc, char **argv)
 
 SHELL_STATIC_SUBCMD_SET_CREATE (sub_cpld_cmd, SHELL_CMD(dump, NULL, "cpld dump", cmd_cpld_dump), SHELL_SUBCMD_SET_END)
 

Function Documentation

◆ cmd_cpld_dump()

void cmd_cpld_dump ( const struct shell *  shell,
size_t  argc,
char **  argv 
)
Here is the call graph for this function:

◆ SHELL_STATIC_SUBCMD_SET_CREATE()

SHELL_STATIC_SUBCMD_SET_CREATE ( sub_cpld_cmd  ,
SHELL_CMD(dump, NULL, "cpld dump", cmd_cpld_dump)  ,
SHELL_SUBCMD_SET_END   
)