Home
last modified time | relevance | path

Searched refs:rx_flow_ctrl_thresh (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Duart_types.h145 uint8_t rx_flow_ctrl_thresh; /*!< UART HW RTS threshold*/ member
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/uart/
Duart_esp32u4.c281 uartConfig.rx_flow_ctrl_thresh = DEFAULT_RX_FLOW_CTRL_THRESH; in UartHostDevInit()
/device/soc/esp/esp32/components/driver/
Duart.c668 …UART_CHECK((uart_config->rx_flow_ctrl_thresh < SOC_UART_FIFO_LEN), "rx flow thresh error", ESP_FAI… in uart_param_config()
685 …flow_ctrl(&(uart_context[uart_num].hal), uart_config->flow_ctrl, uart_config->rx_flow_ctrl_thresh); in uart_param_config()