Searched refs:USART_WordLength_8b (Results 1 – 20 of 20) sorted by relevance
79 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in hk32_configure()86 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in hk32_configure()
80 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f1_usart_configure()87 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f1_usart_configure()
120 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f2_usart_configure()127 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f2_usart_configure()
103 #define USART_WordLength_8b ((uint16_t)0x0000) macro106 #define IS_USART_WORD_LENGTH(LENGTH) (((LENGTH) == USART_WordLength_8b) || \
170 uart->Init.USART_WordLength = USART_WordLength_8b; in air32_configure()176 uart->Init.USART_WordLength = USART_WordLength_8b; in air32_configure()
228 uart->Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()234 uart->Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
278 uart->handle.Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()285 uart->handle.Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
126 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in USART_Printf_Init()
124 uart->Init.USART_WordLength = USART_WordLength_8b; in ft32_configure()130 uart->Init.USART_WordLength = USART_WordLength_8b; in ft32_configure()232 if (word_length == USART_WordLength_8b) in ft32_uart_get_mask()
102 #define USART_WordLength_8b ((uint32_t)0x00000000) macro105 #define IS_USART_WORD_LENGTH(LENGTH) (((LENGTH) == USART_WordLength_8b) || \
67 #define USART_WordLength_8b ((uint16_t)0x0000) macro
107 #define USART_WordLength_8b ((uint32_t)0x00000000) macro110 #define IS_USART_WORD_LENGTH(LENGTH) (((LENGTH) == USART_WordLength_8b) || \
179 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
178 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
190 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
265 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
188 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
285 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
Completed in 37 milliseconds