Searched refs:UART_LOG_HISTORY_LEN (Results 1 – 3 of 3) sorted by relevance
19 SHELL_ROM_BSS_SECTION u8 shell_history_cmd[UART_LOG_HISTORY_LEN][UART_LOG_CMD_BUFLEN];332 ((*prvUartLogCtl).RevdNo < UART_LOG_HISTORY_LEN) ? in shell_cmd_chk()333 ((*prvUartLogCtl).RevdNo++) : ((*prvUartLogCtl).RevdNo = UART_LOG_HISTORY_LEN); in shell_cmd_chk()336 ((*prvUartLogCtl).NewIdx < (UART_LOG_HISTORY_LEN-1)) ? in shell_cmd_chk()
71 #define UART_LOG_HISTORY_LEN 5 macro
25 extern u8 shell_history_cmd[UART_LOG_HISTORY_LEN][UART_LOG_CMD_BUFLEN];
Completed in 7 milliseconds