Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h189 static inline void uart_set_hw_flow(uart_inst_t *uart, bool cts, bool rts) { in uart_set_hw_flow() argument
191 … (bool_to_bit(cts) << UART_UARTCR_CTSEN_LSB) | (bool_to_bit(rts) << UART_UARTCR_RTSEN_LSB), in uart_set_hw_flow()
/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c130 uint32_t cts; in pins_to_default() local
135 cts = nrf_uart_cts_pin_get(p_instance->p_reg); in pins_to_default()
147 if (cts != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
149 nrf_gpio_cfg_default(cts); in pins_to_default()
A Dnrfx_uarte.c168 uint32_t cts; in pins_to_default() local
173 cts = nrf_uarte_cts_pin_get(p_instance->p_reg); in pins_to_default()
185 if (cts != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()
187 nrf_gpio_cfg_default(cts); in pins_to_default()

Completed in 6 milliseconds