Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/rom/
A Dshell_rom.c137 PUART_LOG_BUF pUartLogBuf = pUartLogCtlExe->pTmpLogBuf; in shell_cmd_exec_rom()
321 (*(*prvUartLogCtl).pTmpLogBuf).UARTLogBuf[(*(*prvUartLogCtl).pTmpLogBuf).BufCount] = '\0'; in shell_cmd_chk()
326 if((*(*prvUartLogCtl).pTmpLogBuf).BufCount != 0) in shell_cmd_chk()
347 if ((*(*prvUartLogCtl).pTmpLogBuf).BufCount > 0){ in shell_cmd_chk()
348 (*(*prvUartLogCtl).pTmpLogBuf).BufCount--; in shell_cmd_chk()
356 (*(*prvUartLogCtl).pTmpLogBuf).UARTLogBuf[(*(*prvUartLogCtl).pTmpLogBuf).BufCount] = ' '; in shell_cmd_chk()
357 (*(*prvUartLogCtl).pTmpLogBuf).BufCount++; in shell_cmd_chk()
371 (*(*prvUartLogCtl).pTmpLogBuf).UARTLogBuf[(*(*prvUartLogCtl).pTmpLogBuf).BufCount] = RevData; in shell_cmd_chk()
372 (*(*prvUartLogCtl).pTmpLogBuf).BufCount++; in shell_cmd_chk()
379 (*(*prvUartLogCtl).pTmpLogBuf).UARTLogBuf[(*(*prvUartLogCtl).pTmpLogBuf).BufCount] = '\0'; in shell_cmd_chk()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h44 PUART_LOG_BUF pTmpLogBuf; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dshell_ram.c125 PUART_LOG_BUF pUartLogBuf = shell_ctl.pTmpLogBuf; in shell_task_ram()

Completed in 4 milliseconds