Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_types.h139 …uint8_t xon_thrd; /*!< If the software flow control is enabled and the data amount in rxfifo … member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h488 hw->swfc_conf1.xon_threshold = flow_ctrl->xon_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h531 hw->swfc_conf1.xon_threshold = flow_ctrl->xon_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h557 hw->swfc_conf1.xon_threshold = flow_ctrl->xon_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h518 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf, xon_threshold, flow_ctrl->xon_thrd); in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h557 hw->swfc_conf1.xon_threshold = flow_ctrl->xon_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h580 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_threshold, flow_ctrl->xon_thrd); in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h601 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_threshold, flow_ctrl->xon_thrd); in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/driver/uart/
Duart.c311 .xon_thrd = rx_thresh_xon, in uart_set_sw_flow_ctrl()