Searched refs:g_at_uart_cfg (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hi_at.c | 69 const hi_uart_attribute g_at_uart_cfg = {115200, 8, 1, 0, 0}; variable 128 ret |= hi_uart_init(g_at_uart_port, &g_at_uart_cfg, HI_NULL); in hi_at_register_input_func() 543 ret = hi_uart_init(g_at_uart_port, &g_at_uart_cfg, HI_NULL); in at_uart_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_main.c | 206 static hi_uart_attribute g_at_uart_cfg = {115200, 8, 1, 0, 0}; variable 225 ret = hi_uart_init(HI_UART_IDX_1, &g_at_uart_cfg, HI_NULL); in peripheral_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | app_main.c | 191 static hi_uart_attribute g_at_uart_cfg = {115200, 8, 1, 0, 0}; variable 209 ret = hi_uart_init(HI_UART_IDX_1, &g_at_uart_cfg, HI_NULL); in peripheral_init()
|
Completed in 5 milliseconds