Home
last modified time | relevance | path

Searched refs:p_user_cmd_if (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.c359 p_user_cmd_if->cmdline_buf[p_user_cmd_if->accum_cmd_len - loop] = in cmd_move_back()
368 p_user_cmd_if->cmdline_buf[p_user_cmd_if->cmd_cur + loop - 1] = in cmd_move_forward()
369 p_user_cmd_if->cmdline_buf[p_user_cmd_if->cmd_cur + loop]; in cmd_move_forward()
374 if (p_user_cmd_if->cmd_cur < p_user_cmd_if->accum_cmd_len) in cmd_clear_screen()
382 p_user_cmd_if->cmdline_buf[p_user_cmd_if->accum_cmd_len] = '\0'; in cmd_clear_screen()
455p_user_cmd_if->cmd_history_len[p_user_cmd_if->history_tail] = p_user_cmd_if->accum_cmd_len; in user_cmd_collect()
456 … memcpy(p_user_cmd_if->cmd_history[p_user_cmd_if->history_tail], p_user_cmd_if->cmdline_buf, in user_cmd_collect()
514p_user_cmd_if->accum_cmd_len = p_user_cmd_if->cmd_history_len[p_user_cmd_if->history_cur]; 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()
542p_user_cmd_if->accum_cmd_len = p_user_cmd_if->cmd_history_len[p_user_cmd_if->history_cur]; in user_cmd_collect()
[all …]
A Duser_cmd_parse.h156 void user_cmd_init(T_USER_CMD_IF *p_user_cmd_if, char *project_name);
189 bool user_cmd_collect(T_USER_CMD_IF *p_user_cmd_if, uint8_t *p_data, int32_t len,

Completed in 5 milliseconds