Searched refs:rx_fifo_level (Results 1 – 3 of 3) sorted by relevance
35 config->rx_fifo_level = uart_rx_fifo_trg_not_empty; in uart_default_config()169 | UART_FCRR_RFIFOT4_SET(config->rx_fifo_level) in uart_init()178 | UART_FCR_RFIFOT_SET(config->rx_fifo_level) in uart_init()373 | UART_FCRR_RFIFOT4_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()380 | UART_FCR_RFIFOT_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()387 | UART_FCR_RFIFOT_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()
191 uint8_t rx_fifo_level; /**< RX Fifo level */ member218 uint8_t rx_fifo_level; /**< RX Fifo level */ member
711 uart_config.rx_fifo_level = uart_rx_fifo_trg_gt_three_quarters; in hpm_uart_configure()720 uart_config.rx_fifo_level = uart_rx_fifo_trg_not_empty; in hpm_uart_configure()
Completed in 12 milliseconds