Home
last modified time | relevance | path

Searched refs:RevdNo (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.c238 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()
240 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).RevdNo - 1; in shell_cmd_history()
250 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()
261 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()
262 if ((*prvUartLogCtl).SeeIdx == ((*prvUartLogCtl).RevdNo-1)){ in shell_cmd_history()
272 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()
332 ((*prvUartLogCtl).RevdNo < UART_LOG_HISTORY_LEN) ? in shell_cmd_chk()
333 ((*prvUartLogCtl).RevdNo++) : ((*prvUartLogCtl).RevdNo = UART_LOG_HISTORY_LEN); in shell_cmd_chk()
471 shell_ctl.RevdNo = 0; in shell_init_rom()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h38 u8 RevdNo; member

Completed in 3 milliseconds