Home
last modified time | relevance | path

Searched refs:USART_CR1_TCIE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/tty/serial/
Dstm32-usart.h83 #define USART_CR1_TCIE BIT(6) macro
Dstm32-usart.c671 stm32_usart_set_bits(port, ofs->cr1, USART_CR1_TCIE); in stm32_usart_tc_interrupt_enable()
690 stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_TCIE); in stm32_usart_tc_interrupt_disable()