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

Function at_get_server

components/net/at/src/at_server.c:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258at_server_t at_get_server(void)
259{
260 RT_ASSERT(at_server_local);
261 RT_ASSERT(at_server_local->status != AT_STATUS_UNINITIALIZED);
262
263 return at_server_local;
264}
265
266static rt_err_t at_check_args(const char *args, const char *args_format)
267{

Callers 4

ate_setupFunction · 0.85
at_uart_queryFunction · 0.85
at_uart_setupFunction · 0.85
server_cli_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected