Searched refs:rts (Results 1 – 9 of 9) sorted by relevance
25 PinName rts; member207 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()
121 mp_uint_t rts = args[ARG_rts].u_int; in machine_uart_init_helper() local123 if (rts && cts) { in machine_uart_init_helper()127 } else if (rts) { in machine_uart_init_helper()
124 uint32_t rts = args[ARG_rts].u_int; in machine_uart_init_helper() local126 if(rts && cts) { in machine_uart_init_helper()130 } else if(rts) { in machine_uart_init_helper()
172 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
1007 struct iw_param rts; /* RTS threshold threshold */ member
Completed in 27 milliseconds