Searched refs:tx_fifo_level (Results 1 – 3 of 3) sorted by relevance
36 config->tx_fifo_level = uart_tx_fifo_trg_not_full; in uart_default_config()168 | UART_FCRR_TFIFOT4_SET(config->tx_fifo_level) in uart_init()177 | UART_FCR_TFIFOT_SET(config->tx_fifo_level) in uart_init()372 | UART_FCRR_TFIFOT4_SET(ctrl->tx_fifo_level) in uart_config_fifo_ctrl()379 ptr->FCR = UART_FCR_TFIFOT_SET(ctrl->tx_fifo_level) in uart_config_fifo_ctrl()386 ptr->GPR = UART_FCR_TFIFOT_SET(ctrl->tx_fifo_level) in uart_config_fifo_ctrl()
190 uint8_t tx_fifo_level; /**< TX Fifo level */ member217 uint8_t tx_fifo_level; /**< TX Fifo level */ member
717 uart_config.tx_fifo_level = uart_tx_fifo_trg_not_full; in hpm_uart_configure()
Completed in 10 milliseconds