Searched refs:USART_WordLength_9b (Results 1 – 13 of 13) sorted by relevance
104 #define USART_WordLength_9b ((uint16_t)0x1000) macro107 ((LENGTH) == USART_WordLength_9b))
168 uart->Init.USART_WordLength = USART_WordLength_9b; in air32_configure()173 uart->Init.USART_WordLength = USART_WordLength_9b; in air32_configure()
122 uart->Init.USART_WordLength = USART_WordLength_9b; in ft32_configure()127 uart->Init.USART_WordLength = USART_WordLength_9b; in ft32_configure()243 else if (word_length == USART_WordLength_9b) in ft32_uart_get_mask()
103 #define USART_WordLength_9b USART_CR1_M /* should be ((uint32_t)0x00001000) */ macro106 ((LENGTH) == USART_WordLength_9b) || \
68 #define USART_WordLength_9b ((uint16_t)0x1000) macro
108 #define USART_WordLength_9b USART_CR1_M /* should be ((uint32_t)0x00001000) */ macro111 ((LENGTH) == USART_WordLength_9b) || \
83 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in hk32_configure()
84 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in ch32f1_usart_configure()
124 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in ch32f2_usart_configure()
231 uart->Init.USART_WordLength = USART_WordLength_9b; in ch32_configure()
281 uart->handle.Init.USART_WordLength = USART_WordLength_9b; in ch32_configure()
Completed in 19 milliseconds