Searched refs:USART_PE_NO (Results 1 – 17 of 17) sorted by relevance
154 #define USART_PE_NO ((uint16_t)0x0000) macro157 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI…
155 #define USART_PE_NO ((uint16_t)0x0000) macro158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI…
464 USART_InitStructure.Parity = USART_PE_NO; in n32_configure()
757 uart->handle.Init.Parity = USART_PE_NO; in n32_configure()
268 USART_InitStruct->Parity = USART_PE_NO; in USART_StructInit()
286 USART_InitStruct->Parity = USART_PE_NO; in USART_StructInit()
281 USART_InitStruct->Parity = USART_PE_NO; in USART_StructInit()
83 USART_InitStructure.Parity = USART_PE_NO; in n32_uart_configure()
Completed in 60 milliseconds