Searched refs:UART_STOPBITS_2 (Results 1 – 11 of 11) sorted by relevance
182 #define UART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro617 ((STOPBITS) == UART_STOPBITS_2))
286 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w… macro1093 ((__STOPBITS__) == UART_STOPBITS_2))1101 ((__STOPBITS__) == UART_STOPBITS_2))
366 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w… macro1286 ((__STOPBITS__) == UART_STOPBITS_2))1294 ((__STOPBITS__) == UART_STOPBITS_2))
116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
141 UartContext[obj->UartId].UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()