Home
last modified time | relevance | path

Searched refs:NewIdx (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.c329 _strcpy((u8*)&((*prvUartLogCtl).pHistoryBuf[(*prvUartLogCtl).NewIdx]), in shell_cmd_chk()
335 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).NewIdx; in shell_cmd_chk()
336 ((*prvUartLogCtl).NewIdx < (UART_LOG_HISTORY_LEN-1)) ? in shell_cmd_chk()
337 ((*prvUartLogCtl).NewIdx++) : ((*prvUartLogCtl).NewIdx = 0); in shell_cmd_chk()
469 shell_ctl.NewIdx = 0; in shell_init_rom()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h36 u8 NewIdx; member

Completed in 4 milliseconds