Home
last modified time | relevance | path

Searched refs:STOP_BITS_2 (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/hal/aos/hal/
A Duart.h40 STOP_BITS_2 enumerator
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/hal/
A Duart.h44 STOP_BITS_2 enumerator
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_uart.h41 STOP_BITS_2 enumerator
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_defs.h137 STOP_BITS_2 enumerator
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c229 else if(uart->config.stop_bits == STOP_BITS_2) in hal_uart_init()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_uart.c182 dev->config.stop_bits = STOP_BITS_2; in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_uart.c185 dev->config.stop_bits = STOP_BITS_2; in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_uart.c185 dev->config.stop_bits = STOP_BITS_2; in machine_uart_init_helper()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c245 return arg & CSTOPB ? STOP_BITS_2 : STOP_BITS_1; in _arg_to_stop_bits()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c266 config->stop_bits = STOP_BITS_2; in board_parse_uart()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c299 config->stop_bits = STOP_BITS_2; in board_parse_uart()

Completed in 20 milliseconds