Home
last modified time | relevance | path

Searched refs:shell_ctl (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/rom/
A Dshell_rom.c423 shell_ctl.EscSTS = 0; in shell_uart_irq_rom()
426 if ((shell_ctl.BootRdy == 1) ||(shell_ctl.shell_task_rdy == 1)) { in shell_uart_irq_rom()
436 shell_ctl.EscSTS = 0; in shell_uart_irq_rom()
469 shell_ctl.NewIdx = 0; in shell_init_rom()
470 shell_ctl.SeeIdx = 0; in shell_init_rom()
471 shell_ctl.RevdNo = 0; in shell_init_rom()
472 shell_ctl.EscSTS = 0; in shell_init_rom()
473 shell_ctl.BootRdy = 0; in shell_init_rom()
476 shell_ctl.CRSTS = 0; in shell_init_rom()
508 shell_ctl.BootRdy = 1; in shell_task_rom()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dshell_ram.c22 extern volatile UART_LOG_CTL shell_ctl;
42 PCOMMAND_TABLE pCmdTbl = shell_ctl.pCmdTbl; in shell_get_cmd()
44 u32 CmdNum = shell_ctl.CmdTblSz; in shell_get_cmd()
59 if (shell_ctl.shell_task_rdy) { in shell_give_sema()
116 shell_ctl.shell_task_rdy = 1; in shell_task_ram()
117 shell_ctl.BootRdy = 1; in shell_task_ram()
122 if (shell_ctl.ExecuteCmd) { in shell_task_ram()
125 PUART_LOG_BUF pUartLogBuf = shell_ctl.pTmpLogBuf; in shell_task_ram()
156 shell_ctl.ExecuteCmd = _FALSE; in shell_task_ram()
183 shell_ctl.ExecuteCmd = _FALSE; in shell_init_ram()
[all …]

Completed in 4 milliseconds