Searched refs:cts (Results 1 – 2 of 2) sorted by relevance
53 void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts);
321 static inline void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts) { in uart_set_hw_flow() argument323 … (bool_to_bit(cts) << UART_UARTCR_CTSEN_LSB) | (bool_to_bit(rts) << UART_UARTCR_RTSEN_LSB), in uart_set_hw_flow()