Searched refs:USART_PARITY_NO (Results 1 – 7 of 7) sorted by relevance
180 USART_InitStructure.USART_Parity = USART_PARITY_NO; in ht32_configure()189 USART_InitStructure.USART_Parity = USART_PARITY_NO; in ht32_configure()
131 #define USART_PARITY_NO ((u32)0x00000000) macro135 #define USART_PARITY_NO ((u32)0x00000000) macro142 #define IS_USART_PARITY(PARITY) ((PARITY == USART_PARITY_NO) || \
117 #define USART_PARITY_NO ((u32)0x00000000) macro123 #define IS_USART_PARITY(PARITY) ((PARITY == USART_PARITY_NO) || \
133 USART_InitStructure.USART_Parity = USART_PARITY_NO; in RETARGET_Configuration()
228 USART_InitStruct->USART_Parity = USART_PARITY_NO; in USART_StructInit()
218 USART_InitStruct->USART_Parity = USART_PARITY_NO; in USART_StructInit()
Completed in 16 milliseconds