Searched refs:USART_PE_ODD (Results 1 – 10 of 10) sorted by relevance
156 #define USART_PE_ODD ((uint16_t)0x0600) macro157 …TY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARITY) == USART_PE_ODD))
157 #define USART_PE_ODD ((uint16_t)0x0600) macro158 …TY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARITY) == USART_PE_ODD))
458 USART_InitStructure.Parity = USART_PE_ODD; in n32_configure()
751 uart->handle.Init.Parity = USART_PE_ODD; in n32_configure()
87 USART_InitStructure.Parity = USART_PE_ODD; in n32_uart_configure()
Completed in 24 milliseconds