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

Function at_client_entry

components/net/at/src/at_cli.c:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static void at_client_entry(void *param)
167{
168 char ch;
169
170 while(1)
171 {
172 ch = client_getchar();
173 rt_kprintf("%c", ch);
174 }
175}
176
177static rt_err_t client_getchar_rx_ind(rt_device_t dev, rt_size_t size)
178{

Callers

nothing calls this directly

Calls 2

client_getcharFunction · 0.85
rt_kprintfFunction · 0.85

Tested by

no test coverage detected