Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/src/host/hardware_uart/include/hardware/
Duart.h48 void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts);
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_uart/include/hardware/
Duart.h171 static inline void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts) { in uart_set_hw_flow() function