Home
last modified time | relevance | path

Searched refs:UART_HW_FLOWCTRL_RTS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/hal/include/hal/
Duart_types.h77 UART_HW_FLOWCTRL_RTS = 0x1, /*!< enable RX hardware flow control (rts)*/ enumerator
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/
Duart_ll.h471 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
496 *flow_ctrl |= UART_HW_FLOWCTRL_RTS; in uart_ll_get_hw_flow_ctrl()
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/
Duart_ll.h425 if(flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
450 *flow_ctrl |= UART_HW_FLOWCTRL_RTS; in uart_ll_get_hw_flow_ctrl()
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/
Duart_ll.h455 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
480 *flow_ctrl |= UART_HW_FLOWCTRL_RTS; in uart_ll_get_hw_flow_ctrl()
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Duart_ll.h475 if(flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
500 *flow_ctrl |= UART_HW_FLOWCTRL_RTS; in uart_ll_get_hw_flow_ctrl()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c594 .flow_ctrl = UART_HW_FLOWCTRL_RTS, in spp_uart_init()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c399 .flow_ctrl = UART_HW_FLOWCTRL_RTS, in spp_uart_init()