Home
last modified time | relevance | path

Searched refs:sw_flow_ctrl_en (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/
Duart_hal.c61 …_hal_set_sw_flow_ctrl(uart_hal_context_t *hal, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_hal_set_sw_flow_ctrl() argument
63 uart_ll_set_sw_flow_ctrl(hal->dev, flow_ctrl, sw_flow_ctrl_en); in uart_hal_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h291 …hal_set_sw_flow_ctrl(uart_hal_context_t *hal, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h483 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
485 if(sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h526 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
528 if (sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h552 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
554 if (sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h513 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
515 if(sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h552 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
554 if (sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h575 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
577 if (sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h596 … void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow_ctrl_en) in uart_ll_set_sw_flow_ctrl() argument
598 if (sw_flow_ctrl_en) { in uart_ll_set_sw_flow_ctrl()