Searched refs:sw_flow_ctrl_en (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | uart_hal.c | 61 …_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/ |
D | uart_hal.h | 291 …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/ |
D | uart_ll.h | 483 … 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/ |
D | uart_ll.h | 526 … 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/ |
D | uart_ll.h | 552 … 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/ |
D | uart_ll.h | 513 … 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/ |
D | uart_ll.h | 552 … 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/ |
D | uart_ll.h | 575 … 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/ |
D | uart_ll.h | 596 … 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()
|