/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_uart.c | 67 … _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 D | machine_uart.c | 86 _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 D | mphalport.c | 30 uart_stdio.config.flow_control = FLOW_CONTROL_DISABLED; in mp_hal_uart_init()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_uart.c | 86 _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 D | uart.c | 202 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 D | hw.c | 76 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in hw_start_hal()
|
/AliOS-Things-master/hardware/board/haas200/startup/ |
A D | board.c | 19 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
|
/AliOS-Things-master/components/py_engine/external/amp_boot/ |
A D | amp_boot_uart.c | 70 g_boot_uart.config.flow_control = FLOW_CONTROL_DISABLED; in pyamp_boot_uart_init()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | rs485.c | 29 uart_rs485.config.flow_control = FLOW_CONTROL_DISABLED; in haas_rs485_init()
|
/AliOS-Things-master/hardware/chip/smarth_rv64/hal/aos/hal/ |
A D | uart.h | 79 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
|
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/hal/ |
A D | uart.h | 83 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_uart.h | 80 hal_uart_flow_control_t flow_control; /**< Uart flow control mode */ member
|
/AliOS-Things-master/hardware/board/haas100/config/ |
A D | board.c | 141 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
|
/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_uart.c | 100 g_boot_uart.config.flow_control = FLOW_CONTROL_DISABLED;
|
/AliOS-Things-master/components/mbmaster/src/physical/ |
A D | serial.c | 40 uart_dev.config.flow_control = FLOW_CONTROL_DISABLED; in mb_serial_init()
|
/AliOS-Things-master/components/trace/ |
A D | uart_send.c | 98 uart_demo.config.flow_control = FLOW_CONTROL_DISABLED; in uart_port_init()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | repl.c | 102 g_repl_uart.config.flow_control = FLOW_CONTROL_DISABLED; in repl_init()
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | uart_test.c | 26 uart_ttl.config.flow_control = FLOW_CONTROL_DISABLED; in uart_test_common()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_uart.c | 46 mcu_uart.config.flow_control = FLOW_CONTROL_DISABLED; in genie_sal_uart_init()
|
/AliOS-Things-master/hardware/board/haaseduk1/config/ |
A D | board.c | 140 uart_0.config.flow_control = FLOW_CONTROL_DISABLED; in board_stduart_init()
|
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/ |
A D | wrappers_defs.h | 176 hal_uart_flow_control_t flow_control; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | rfcomm_internal.h | 92 u8_t flow_control; member
|
/AliOS-Things-master/components/amp/components/at/src/ |
A D | amp_at.c | 95 uart_dev.config.flow_control = FLOW_CONTROL_DISABLED; in amp_at_init()
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 202 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 D | uart.c | 98 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()
|