Searched refs:UART_WordLength_8b (Results 1 – 19 of 19) sorted by relevance
78 #define UART_WordLength_8b ((uint16_t)0x0030) macro84 ((LENGTH) == UART_WordLength_8b))
89 #define UART_WordLength_8b (0x00000003) macro94 ((LENGTH) == UART_WordLength_8b))
130 uart->handle.WordLength = UART_WordLength_8b; in mm32_configure()133 uart->handle.WordLength = UART_WordLength_8b; in mm32_configure()236 if (word_length == UART_WordLength_8b) in mm32_uart_get_mask()
54 UART_WordLength_8b = 3u, /*!< Word length 8 bits. */ enumerator
49 UART_WordLength_8b = 3U << UART_CCR_CHAR_Pos enumerator
176 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
35 UART_InitStructure.WordLength = UART_WordLength_8b; in mm32_uart_configure()
193 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
201 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
46 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in tkm32_uart_configure()
48 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
123 init_struct->WordLength = UART_WordLength_8b; in UART_StructInit()
Completed in 59 milliseconds