Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h313 uint32_t rx_flow_thrhd: 9; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h203 …uint32_t rx_flow_thrhd: 7; /*when receiver receives more data than its threshold valu… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h319 …uint32_t rx_flow_thrhd: 9; /*This register is used to configure the maximum amoun… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h320 …uint32_t rx_flow_thrhd : 9; /*This register is used to configure the maximum a… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h582 uint32_t rx_flow_thrhd:5; member
Duart_struct.h653 uint32_t rx_flow_thrhd:8; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h59 uint32_t rx_flow_thrhd:10; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h653 uint32_t rx_flow_thrhd:8; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h443 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h486 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h512 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h473 hw->conf1.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h512 hw->mem_conf.rx_flow_thrhd = rx_thrs; in uart_ll_set_hw_flow_ctrl()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h534 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/
Duart_ll.h555 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->hwfc_conf_sync, rx_flow_thrhd, rx_thrs); in uart_ll_set_hw_flow_ctrl()