Searched defs:rx_threshold (Results 1 – 4 of 4) sorted by relevance
108 bk_err_t uart_hal_set_hw_flow_ctrl(uart_hal_t *hal, uart_id_t id, uint8_t rx_threshold) in uart_hal_set_hw_flow_ctrl()
180 uint32_t rx_threshold = os_strtoul(argv[3], NULL, 10); in cli_uart_config_cmd() local
867 bk_err_t bk_uart_set_hw_flow_ctrl(uart_id_t id, uint8_t rx_threshold) in bk_uart_set_hw_flow_ctrl()
87 uint32_t rx_threshold; /**< Specifies the I2S receive FIFO threshold. member