MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / at_rst_exec

Function at_rst_exec

components/net/at/src/at_base_cmd.c:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39AT_CMD_EXPORT("ATZ", RT_NULL, RT_NULL, RT_NULL, RT_NULL, atz_exec);
40
41static at_result_t at_rst_exec(void)
42{
43 at_server_printfln("OK");
44
45 at_port_reset();
46
47 return AT_RESULT_NULL;
48}
49AT_CMD_EXPORT("AT+RST", RT_NULL, RT_NULL, RT_NULL, RT_NULL, at_rst_exec);
50
51static at_result_t ate_setup(const char *args)

Callers

nothing calls this directly

Calls 2

at_server_printflnFunction · 0.85
at_port_resetFunction · 0.85

Tested by

no test coverage detected