Home
last modified time | relevance | path

Searched refs:SeeIdx (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.c239 if ((*prvUartLogCtl).SeeIdx == 0){ in shell_cmd_history()
240 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).RevdNo - 1; in shell_cmd_history()
243 (*prvUartLogCtl).SeeIdx--; in shell_cmd_history()
251 …l_oldcmd((*prvUartLogCtl).pTmpLogBuf , (u8*)&(*prvUartLogCtl).pHistoryBuf[(*prvUartLogCtl).SeeIdx], in shell_cmd_history()
262 if ((*prvUartLogCtl).SeeIdx == ((*prvUartLogCtl).RevdNo-1)){ in shell_cmd_history()
263 (*prvUartLogCtl).SeeIdx = 0; in shell_cmd_history()
266 (*prvUartLogCtl).SeeIdx++; in shell_cmd_history()
273 …ll_oldcmd((*prvUartLogCtl).pTmpLogBuf, (u8*)&(*prvUartLogCtl).pHistoryBuf[(*prvUartLogCtl).SeeIdx], in shell_cmd_history()
335 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).NewIdx; in shell_cmd_chk()
470 shell_ctl.SeeIdx = 0; in shell_init_rom()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h37 u8 SeeIdx; member

Completed in 4 milliseconds