Searched refs:UART_LOG_CMD_BUFLEN (Results 1 – 3 of 3) sorted by relevance
16 #define UART_LOG_CMD_BUFLEN 127 macro24 u8 UARTLogBuf[UART_LOG_CMD_BUFLEN]; //record the input command.50 u8 (*pHistoryBuf)[UART_LOG_CMD_BUFLEN];
19 SHELL_ROM_BSS_SECTION u8 shell_history_cmd[UART_LOG_HISTORY_LEN][UART_LOG_CMD_BUFLEN];157 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_cmd_exec_rom()306 if (((*(*prvUartLogCtl).pTmpLogBuf).BufCount<(UART_LOG_CMD_BUFLEN-1)) || in shell_cmd_chk()307 (((*(*prvUartLogCtl).pTmpLogBuf).BufCount==(UART_LOG_CMD_BUFLEN-1)) && in shell_cmd_chk()375 else if ((*(*prvUartLogCtl).pTmpLogBuf).BufCount==(UART_LOG_CMD_BUFLEN-1)){ in shell_cmd_chk()467 shell_array_init(&shell_buf.UARTLogBuf[0],UART_LOG_CMD_BUFLEN,'\0'); in shell_init_rom()
25 extern u8 shell_history_cmd[UART_LOG_HISTORY_LEN][UART_LOG_CMD_BUFLEN];145 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_task_ram()152 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_task_ram()
Completed in 4 milliseconds