Home
last modified time | relevance | path

Searched refs:cts (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_uart/include/hardware/
Duart.h53 void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts);
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h321 static inline void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts) { in uart_set_hw_flow() argument
323 … (bool_to_bit(cts) << UART_UARTCR_CTSEN_LSB) | (bool_to_bit(rts) << UART_UARTCR_RTSEN_LSB), in uart_set_hw_flow()