Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_types.h88 UART_HW_FLOWCTRL_RTS = 0x1, /*!< enable RX hardware flow control (rts)*/ enumerator
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h442 if(flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
467 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h485 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
510 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h511 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
536 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h472 if(flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
497 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h511 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
536 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h533 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
559 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h554 if (flow_ctrl & UART_HW_FLOWCTRL_RTS) { in uart_ll_set_hw_flow_ctrl()
580 …ow_ctrl = (uart_hw_flowcontrol_t)((unsigned int)(*flow_ctrl) | (unsigned int)UART_HW_FLOWCTRL_RTS); in uart_ll_get_hw_flow_ctrl()