Searched refs:tmpreg (Results 1 – 1 of 1) sorted by relevance
109 uint32_t tmpreg; in uart_set_config() local148 tmpreg = init->word_length | in uart_set_config()153 mmio_clrsetbits_32(huart->base + USART_CR1, STM32_UART_CR1_FIELDS, tmpreg); in uart_set_config()174 tmpreg = init->hw_flow_control | init->one_bit_sampling; in uart_set_config()177 tmpreg |= init->tx_fifo_threshold | in uart_set_config()181 mmio_clrsetbits_32(huart->base + USART_CR3, STM32_UART_CR3_FIELDS, tmpreg); in uart_set_config()