Home
last modified time | relevance | path

Searched refs:rts (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c25 PinName rts; member
207 if(uart_obj[uart->port].rts){ in hal_uart_init()
208 Pinmux_Config(uart_obj[uart->port].rts, PINMUX_FUNCTION_UART_RTSCTS); in hal_uart_init()
214 if(uart_obj[uart->port].rts){ in hal_uart_init()
215 Pinmux_Config(uart_obj[uart->port].rts, PINMUX_FUNCTION_UART_RTSCTS); in hal_uart_init()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_uart.c121 mp_uint_t rts = args[ARG_rts].u_int; in machine_uart_init_helper() local
123 if (rts && cts) { in machine_uart_init_helper()
127 } else if (rts) { in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_uart.c124 uint32_t rts = args[ARG_rts].u_int; in machine_uart_init_helper() local
126 if(rts && cts) { in machine_uart_init_helper()
130 } else if(rts) { in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_uart.c124 uint32_t rts = args[ARG_rts].u_int; in machine_uart_init_helper() local
126 if(rts && cts) { in machine_uart_init_helper()
130 } else if(rts) { in machine_uart_init_helper()
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_usart.h172 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dspu_usart.h172 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
A Dusart.h172 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
A Dusi_usart.h172 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/
A Dwireless.h1007 struct iw_param rts; /* RTS threshold threshold */ member

Completed in 27 milliseconds