Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_uart.c67 … _flowctrl_name[self->dev.config.flow_control], _mode_name[self->dev.config.mode], self->timeout, in machine_uart_print()
124 dev->config.flow_control = FLOW_CONTROL_CTS_RTS; in machine_uart_init_helper()
126 dev->config.flow_control = FLOW_CONTROL_CTS; in machine_uart_init_helper()
128 dev->config.flow_control = FLOW_CONTROL_RTS; in machine_uart_init_helper()
130 dev->config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_init_helper()
227 self->dev.config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_uart.c86 _flowctrl_name[self->dev.config.flow_control], _mode_name[self->dev.config.mode], in machine_uart_print()
127 dev->config.flow_control = FLOW_CONTROL_CTS_RTS; in machine_uart_init_helper()
129 dev->config.flow_control = FLOW_CONTROL_CTS; in machine_uart_init_helper()
131 dev->config.flow_control = FLOW_CONTROL_RTS; in machine_uart_init_helper()
133 dev->config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_init_helper()
227 self->dev.config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_make_new()
A Dmphalport.c30 uart_stdio.config.flow_control = FLOW_CONTROL_DISABLED; in mp_hal_uart_init()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_uart.c86 _flowctrl_name[self->dev.config.flow_control], _mode_name[self->dev.config.mode], in machine_uart_print()
127 dev->config.flow_control = FLOW_CONTROL_CTS_RTS; in machine_uart_init_helper()
129 dev->config.flow_control = FLOW_CONTROL_CTS; in machine_uart_init_helper()
131 dev->config.flow_control = FLOW_CONTROL_RTS; in machine_uart_init_helper()
133 dev->config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_init_helper()
227 self->dev.config.flow_control = FLOW_CONTROL_DISABLED; in machine_uart_make_new()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c202 if(uart->config.flow_control == FLOW_CONTROL_CTS){ in hal_uart_init()
206 }else if(uart->config.flow_control == FLOW_CONTROL_RTS){ in hal_uart_init()
210 }else if(uart->config.flow_control == FLOW_CONTROL_CTS_RTS){ in hal_uart_init()
246 if(uart->config.flow_control == FLOW_CONTROL_DISABLED){ in hal_uart_init()
A Dhw.c76 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in hw_start_hal()
/AliOS-Things-master/hardware/board/haas200/startup/
A Dboard.c19 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_uart.c70 g_boot_uart.config.flow_control = FLOW_CONTROL_DISABLED; in pyamp_boot_uart_init()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Drs485.c29 uart_rs485.config.flow_control = FLOW_CONTROL_DISABLED; in haas_rs485_init()
/AliOS-Things-master/hardware/chip/smarth_rv64/hal/aos/hal/
A Duart.h79 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/hal/
A Duart.h83 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_uart.h80 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
/AliOS-Things-master/hardware/board/haas100/config/
A Dboard.c141 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_uart.c100 g_boot_uart.config.flow_control = FLOW_CONTROL_DISABLED;
/AliOS-Things-master/components/mbmaster/src/physical/
A Dserial.c40 uart_dev.config.flow_control = FLOW_CONTROL_DISABLED; in mb_serial_init()
/AliOS-Things-master/components/trace/
A Duart_send.c98 uart_demo.config.flow_control = FLOW_CONTROL_DISABLED; in uart_port_init()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/
A Drepl.c102 g_repl_uart.config.flow_control = FLOW_CONTROL_DISABLED; in repl_init()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Duart_test.c26 uart_ttl.config.flow_control = FLOW_CONTROL_DISABLED; in uart_test_common()
/AliOS-Things-master/components/genie_service/sal/src/
A Dgenie_sal_uart.c46 mcu_uart.config.flow_control = FLOW_CONTROL_DISABLED; in genie_sal_uart_init()
/AliOS-Things-master/hardware/board/haaseduk1/config/
A Dboard.c140 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_defs.h176 hal_uart_flow_control_t flow_control; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm_internal.h92 u8_t flow_control; member
/AliOS-Things-master/components/amp/components/at/src/
A Damp_at.c95 uart_dev.config.flow_control = FLOW_CONTROL_DISABLED; in amp_at_init()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c202 uart_device->config.flow_control = FLOW_CONTROL_DISABLED; in board_set_uart_default()
275 config->flow_control = FLOW_CONTROL_DISABLED; in board_parse_uart()
279 config->flow_control = FLOW_CONTROL_CTS; in board_parse_uart()
283 config->flow_control = FLOW_CONTROL_RTS; in board_parse_uart()
287 config->flow_control = FLOW_CONTROL_CTS_RTS; in board_parse_uart()
A Duart.c98 LOGD(LOG_TAG, "%s: flow_control = %d;\n", __func__, uart_device->config.flow_control); in obj_open()
270 LOGD(LOG_TAG, "%s: flow_control = %d;\n", __func__, uart_device->config.flow_control); in obj_setBaudRate()

Completed in 27 milliseconds

12