Home
last modified time | relevance | path

Searched refs:pCmdTbl (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dshell_ram.c42 PCOMMAND_TABLE pCmdTbl = shell_ctl.pCmdTbl; in shell_get_cmd() local
48 if ((_stricmp(argv, (const char *)pCmdTbl[CmdCnt].cmd))==0){ in shell_get_cmd()
49 cmd_handler = pCmdTbl[CmdCnt].func; in shell_get_cmd()
180 shell_ctl.pCmdTbl = (PCOMMAND_TABLE)__cmd_table_start__; in shell_init_ram()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/rom/
A Dshell_rom.c138 PCOMMAND_TABLE pCmdTbl = pUartLogCtlExe->pCmdTbl; in shell_cmd_exec_rom() local
148 if ((_strcmp((const char*)argv[0], (const char*)(pCmdTbl[CmdCnt].cmd)))==0){ in shell_cmd_exec_rom()
149 pCmdTbl[CmdCnt].func((argc-1) , (argv+1)); in shell_cmd_exec_rom()
482 shell_ctl.pCmdTbl = (PCOMMAND_TABLE) pTBL; in shell_init_rom()
488 shell_ctl.pCmdTbl = (PCOMMAND_TABLE) PTable; in shell_init_rom()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h46 PCOMMAND_TABLE pCmdTbl; member

Completed in 8 milliseconds