Searched refs:fifo_enable (Results 1 – 3 of 3) sorted by relevance
34 config->fifo_enable = true; in uart_default_config()167 | UART_FCRR_FIFOE_SET(config->fifo_enable) in uart_init()176 tmp = UART_FCR_FIFOE_SET(config->fifo_enable) in uart_init()377 | UART_FCRR_FIFOE_SET(ctrl->fifo_enable); in uart_config_fifo_ctrl()384 | UART_FCR_FIFOE_SET(ctrl->fifo_enable); in uart_config_fifo_ctrl()389 | UART_FCR_FIFOE_SET(ctrl->fifo_enable); in uart_config_fifo_ctrl()
193 bool fifo_enable; /**< Fifo Enable flag */ member222 bool fifo_enable; /**< Fifo Enable flag */ member
714 uart_config.fifo_enable = true; in hpm_uart_configure()
Completed in 614 milliseconds