Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dhi_at.c82 hi_u8 g_busy_count = 0; variable
406 g_busy_count = 0; in at_parse_uart_char()
413 if (g_busy_count >= SOFT_REBOOT_MAX_BUSY_CNT) { in at_parse_uart_char()
414 g_busy_count = 0; in at_parse_uart_char()
418 g_busy_count++; in at_parse_uart_char()
422 g_busy_count = 0; in at_parse_uart_char()

Completed in 3 milliseconds