Home
last modified time | relevance | path

Searched refs:xoff_threshold (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h243 uint32_t xoff_threshold: 9; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h253 …uint32_t xoff_threshold: 8; /*When the data amount in receiver's fifo is less than thi… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h243 …uint32_t xoff_threshold: 9; /*When the data amount in Rx-FIFO is more than this re… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h244 …uint32_t xoff_threshold : 9; /*When the data amount in Rx-FIFO is more than thi… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h731 uint32_t xoff_threshold:5; member
Duart_struct.h799 uint32_t xoff_threshold:8; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h724 uint32_t xoff_threshold:10; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h799 uint32_t xoff_threshold:8; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h489 hw->swfc_conf0.xoff_threshold = flow_ctrl->xoff_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h532 hw->swfc_conf0.xoff_threshold = flow_ctrl->xoff_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h558 hw->swfc_conf0.xoff_threshold = flow_ctrl->xoff_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h519 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf, xoff_threshold, flow_ctrl->xoff_thrd); in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h558 hw->swfc_conf0.xoff_threshold = flow_ctrl->xoff_thrd; in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h581 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xoff_threshold, flow_ctrl->xoff_thrd); in uart_ll_set_sw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h602 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xoff_threshold, flow_ctrl->xoff_thrd); in uart_ll_set_sw_flow_ctrl()