Home
last modified time | relevance | path

Searched refs:UART_LOG_HISTORY_LEN (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/rom/
A Dshell_rom.c19 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()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h71 #define UART_LOG_HISTORY_LEN 5 macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dshell_ram.c25 extern u8 shell_history_cmd[UART_LOG_HISTORY_LEN][UART_LOG_CMD_BUFLEN];

Completed in 7 milliseconds