Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dhi_at.c74 static hi_at_output_func g_at_output_func = HI_NULL; variable
86 return g_at_output_func; in hi_at_get_register_output_func()
140 g_at_output_func = at_output_func; in hi_at_register_output_func()
143 g_at_output_func = at_monitor_output_func; in hi_at_register_output_func()
145 g_at_output_func = HI_NULL; in hi_at_register_output_func()
200 if (g_at_output_func == HI_NULL) { in at_put_c()
203 g_at_output_func((const hi_u8*)&ch, 1); in at_put_c()
535 if (g_at_input_func == HI_NULL || g_at_output_func == HI_NULL) { in at_uart_init()
537 g_at_output_func = at_monitor_output_func; in at_uart_init()

Completed in 2 milliseconds