Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_uart.h16 #define STM32_UART_STOPBITS_0_5 USART_CR2_STOP_0
18 #define STM32_UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1)
H A Dstm32_uart_regs.h73 #define USART_CR2_STOP_0 BIT(12) macro