Searched refs:UART_StopBits_2 (Results 1 – 17 of 17) sorted by relevance
47 #define UART_StopBits_2 3 macro50 ((STOPBITS) == UART_StopBits_2) || \
94 #define UART_StopBits_2 ((uint16_t)0x0004) macro97 ((STOPBITS) == UART_StopBits_2))
105 #define UART_StopBits_2 (0x00000004) macro108 … ((STOPBITS) == UART_StopBits_2 && DATALENGTH != UART_WordLength_5b))
63 UART_StopBits_2 = 1u, /*!< 2 stop bits. */ enumerator
22 if ( (init->StopBits == UART_StopBits_2) || (init->StopBits == UART_StopBits_1_5) ) in UART_Init()
58 UART_StopBits_2 = UART_CCR_SPB, enumerator
39 UART_InitStructure.StopBits = UART_StopBits_2; in mm32_uart_configure()
50 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
54 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
54 UART_InitStructure.UART_StopBits = UART_StopBits_2; in tkm32_uart_configure()
52 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
143 uart->handle.StopBits = UART_StopBits_2; in mm32_configure()
179 LCR |= UART_StopBits_2; in Uart_BaseInit()
Completed in 33 milliseconds