Home
last modified time | relevance | path

Searched defs:rx_thresh (Results 1 – 3 of 3) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/
Dcli_uart.c185 uint32_t rx_thresh = os_strtoul(argv[3], NULL, 10); in cli_uart_config_cmd() local
/device/soc/esp/esp32/components/hal/
Duart_hal.c68 …t_hal_set_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx_thresh) in uart_hal_set_hw_flow_ctrl()
/device/soc/esp/esp32/components/driver/
Duart.c324 …r_t uart_set_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx_thresh) in uart_set_hw_flow_ctrl()