Searched refs:NewIdx (Results 1 – 2 of 2) sorted by relevance
329 _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()
36 u8 NewIdx; member
Completed in 4 milliseconds