Searched refs:USART_WL_8B (Results 1 – 17 of 17) sorted by relevance
127 #define USART_WL_8B ((uint16_t)0x0000) macro130 #define IS_USART_WORD_LENGTH(LENGTH) (((LENGTH) == USART_WL_8B) || ((LENGTH) == USART_WL_9B))
128 #define USART_WL_8B ((uint16_t)0x0000) macro131 #define IS_USART_WORD_LENGTH(LENGTH) (((LENGTH) == USART_WL_8B) || ((LENGTH) == USART_WL_9B))
433 USART_InitStructure.WordLength = USART_WL_8B;; in n32_configure()
725 uart->handle.Init.WordLength = USART_WL_8B; in n32_configure()
266 USART_InitStruct->WordLength = USART_WL_8B; in USART_StructInit()
284 USART_InitStruct->WordLength = USART_WL_8B; in USART_StructInit()
279 USART_InitStruct->WordLength = USART_WL_8B; in USART_StructInit()
65 USART_InitStructure.WordLength = USART_WL_8B; in n32_uart_configure()
Completed in 44 milliseconds