Searched refs:UART_STOPBITS_2 (Results 1 – 12 of 12) sorted by relevance
106 #define UART_STOPBITS_2 (0x00008000U) /*!< UART frame with 2 stop bits */ macro238 ((__STOPBITS__) == UART_STOPBITS_2))
106 #define UART_STOPBITS_2 (0x00008000U) /*!< UART frame with 2 stop bits */ macro239 ((__STOPBITS__) == UART_STOPBITS_2))
71 #define UART_STOPBITS_2 (0x01u) /*!< UART frame with 2 stop bit */ macro
59 case UART_STOPBITS_2: in hal_uart_setparam()
89 COM_STOPBITS_2 = UART_STOPBITS_2,
270 #define UART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro811 ((STOPBITS) == UART_STOPBITS_2))
100 uart->handle.init.stop_bits = UART_STOPBITS_2; in ab32_configure()
107 uart->handle.Init.StopBits = UART_STOPBITS_2; in _uart_configure()
106 uart->handle.Init.StopBits = UART_STOPBITS_2; in _uart_configure()
199 uart->handle.Init.StopBits = UART_STOPBITS_2; in stm32_configure()
153 uart->handle.Init.StopBits = UART_STOPBITS_2; in stm32_configure()
Completed in 29 milliseconds