Home
last modified time | relevance | path

Searched refs:at_state (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dhi_at.c158 if (g_at_ctrl.at_state == AT_CMD_PROCESS) { in at_get_buf()
169 } else if (g_at_ctrl.at_state == AT_DATA_SENDING) { in at_get_buf()
272 g_at_ctrl.at_state = AT_IDLE; in at_cmd_line_parse()
278 g_at_ctrl.at_state = AT_CMD_PROCESS; in at_cmd_line_parse()
289 g_at_ctrl.at_state = AT_IDLE; in at_cmd_line_parse()
324 g_at_ctrl.at_state = AT_DATA_SENDING; in at_get_send_data()
404 switch (g_at_ctrl.at_state) { in at_parse_uart_char()
475 g_at_ctrl.at_state = AT_IDLE; in at_cmd_execute()
480 g_at_ctrl.at_state = AT_IDLE; in at_cmd_execute()
491 if (g_at_ctrl.at_state ! in at_proc_task_body()
[all...]
H A Dat.c37 .at_state = AT_IDLE,
179 g_at_ctrl.at_state = AT_DATA_RECVING; in at_cmd_process()
181 g_at_ctrl.at_state = AT_IDLE; in at_cmd_process()
H A Dat_general.c1282 g_at_ctrl.at_state = AT_DATA_RECVING; in at_ip_send()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_at.h44 at_state_machine at_state; member

Completed in 5 milliseconds