Home
last modified time | relevance | path

Searched refs:cmd_history (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/mcu/module/data_uart_cmd/
A Duser_cmd_parse.h100 uint8_t cmd_history[USER_CMD_MAX_HISTORY_LINE][USER_CMD_MAX_COMMAND_LINE + 2]; member
A Duser_cmd_parse.c456 … memcpy(p_user_cmd_if->cmd_history[p_user_cmd_if->history_tail], p_user_cmd_if->cmdline_buf, in user_cmd_collect()
516 … memcpy(p_user_cmd_if->cmdline_buf, p_user_cmd_if->cmd_history[p_user_cmd_if->history_cur], in user_cmd_collect()
544 … memcpy(p_user_cmd_if->cmdline_buf, p_user_cmd_if->cmd_history[p_user_cmd_if->history_cur], in user_cmd_collect()

Completed in 4 milliseconds