/AliOS-Things-master/hardware/board/haas200/startup/ |
A D | board.c | 18 uart_0.config.stop_bits = STOP_BITS_1; in board_stduart_init()
|
/AliOS-Things-master/components/py_engine/external/amp_boot/ |
A D | amp_boot_uart.c | 73 g_boot_uart.config.stop_bits = STOP_BITS_1; in pyamp_boot_uart_init()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | rs485.c | 32 uart_rs485.config.stop_bits = STOP_BITS_1; in haas_rs485_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | hw.c | 75 uart_0.config.stop_bits = STOP_BITS_1; in hw_start_hal()
|
/AliOS-Things-master/hardware/chip/smarth_rv64/hal/aos/hal/ |
A D | uart.h | 39 STOP_BITS_1, enumerator
|
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/hal/ |
A D | uart.h | 43 STOP_BITS_1, enumerator
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_uart.h | 40 STOP_BITS_1, enumerator
|
/AliOS-Things-master/hardware/board/haas100/config/ |
A D | board.c | 144 uart_0.config.stop_bits = STOP_BITS_1; in board_stduart_init()
|
/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_uart.c | 103 g_boot_uart.config.stop_bits = STOP_BITS_1;
|
/AliOS-Things-master/components/mbmaster/src/physical/ |
A D | serial.c | 43 uart_dev.config.stop_bits = STOP_BITS_1; in mb_serial_init()
|
/AliOS-Things-master/components/trace/ |
A D | uart_send.c | 99 uart_demo.config.stop_bits = STOP_BITS_1; in uart_port_init()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | repl.c | 105 g_repl_uart.config.stop_bits = STOP_BITS_1; in repl_init()
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | uart_test.c | 29 uart_ttl.config.stop_bits = STOP_BITS_1; in uart_test_common()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_uart.c | 47 mcu_uart.config.stop_bits = STOP_BITS_1; in genie_sal_uart_init()
|
/AliOS-Things-master/hardware/board/haaseduk1/config/ |
A D | board.c | 143 uart_0.config.stop_bits = STOP_BITS_1; in board_stduart_init()
|
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/ |
A D | wrappers_defs.h | 136 STOP_BITS_1, enumerator
|
/AliOS-Things-master/components/amp/components/at/src/ |
A D | amp_at.c | 94 uart_dev.config.stop_bits = STOP_BITS_1; in amp_at_init()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_uart.c | 178 dev->config.stop_bits = STOP_BITS_1; in machine_uart_init_helper() 226 self->dev.config.stop_bits = STOP_BITS_1; in machine_uart_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_uart.c | 181 dev->config.stop_bits = STOP_BITS_1; in machine_uart_init_helper() 226 self->dev.config.stop_bits = STOP_BITS_1; in machine_uart_make_new()
|
A D | mphalport.c | 33 uart_stdio.config.stop_bits = STOP_BITS_1; in mp_hal_uart_init()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_uart.c | 181 dev->config.stop_bits = STOP_BITS_1; in machine_uart_init_helper() 226 self->dev.config.stop_bits = STOP_BITS_1; in machine_uart_make_new()
|
A D | mphalport.c | 33 uart_stdio.config.stop_bits = STOP_BITS_1; in mp_hal_uart_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | qc.c | 198 qc_uart.config.stop_bits = STOP_BITS_1; in qc_test()
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | uart_dev.c | 245 return arg & CSTOPB ? STOP_BITS_2 : STOP_BITS_1; in _arg_to_stop_bits() 549 .stop_bits = STOP_BITS_1,
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | repl.c | 625 g_repl_uart.config.stop_bits = STOP_BITS_1; in repl_init()
|