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

Function atz_exec

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

Source from the content-addressed store, hash-verified

29AT_CMD_EXPORT("AT", RT_NULL, RT_NULL, RT_NULL, RT_NULL, at_exec);
30
31static at_result_t atz_exec(void)
32{
33 at_server_printfln("OK");
34
35 at_port_factory_reset();
36
37 return AT_RESULT_NULL;
38}
39AT_CMD_EXPORT("ATZ", RT_NULL, RT_NULL, RT_NULL, RT_NULL, atz_exec);
40
41static at_result_t at_rst_exec(void)

Callers

nothing calls this directly

Calls 2

at_server_printflnFunction · 0.85
at_port_factory_resetFunction · 0.85

Tested by

no test coverage detected