Searched refs:rx_fifo_threshold (Results 1 – 9 of 9) sorted by relevance
115 uint8_t rx_fifo_threshold; member
146 uint8_t rx_fifo_threshold; member
196 uint8_t rx_fifo_threshold; member
97 config->rx_fifo_threshold = 4; in i2s_get_default_config()119 | I2S_FIFO_THRESH_RX_SET(config->rx_fifo_threshold); in i2s_init()
74 uart_cfg.rx_fifo_threshold = 7; in _uart_configure()
96 .rx_fifo_threshold = 0, in spi_configure()
47 uint16_t rx_fifo_threshold; member
112 regval |= (config->rx_fifo_threshold << SPI_RX_FIFO_TH_SHIFT) & SPI_RX_FIFO_TH_MASK; in bflb_spi_init()
98 regval |= (config->rx_fifo_threshold << UART_RX_FIFO_TH_SHIFT) & UART_RX_FIFO_TH_MASK; in bflb_uart_init()
Completed in 15 milliseconds