Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h251 uint32_t xon_threshold: 9; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h252 …uint32_t xon_threshold: 8; /*when the data amount in receiver's fifo is more than thi… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h251 …uint32_t xon_threshold: 9; /*When the data amount in Rx-FIFO is less than this re… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h252 …uint32_t xon_threshold : 9; /*When the data amount in Rx-FIFO is less than thi… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h725 uint32_t xon_threshold:5; member
Duart_struct.h794 uint32_t xon_threshold:8; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h743 uint32_t xon_threshold:10; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h794 uint32_t xon_threshold:8; 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()