Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_uart.h18 #define STM32_UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1)
19 #define STM32_UART_STOPBITS_2 USART_CR2_STOP_1
H A Dstm32_uart_regs.h74 #define USART_CR2_STOP_1 BIT(13) macro