Searched refs:rx_thrs (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 439 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 443 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 482 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 486 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | uart_ll.h | 508 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 512 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 469 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 473 hw->conf1.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 508 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 512 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 530 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 534 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->hwfc_conf_sync, rx_flow_thrhd, rx_thrs); in uart_ll_set_hw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 551 …TR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32_t rx_thrs) in uart_ll_set_hw_flow_ctrl() argument 555 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->hwfc_conf_sync, rx_flow_thrhd, rx_thrs); in uart_ll_set_hw_flow_ctrl()
|