Searched refs:wordLength (Results 1 – 11 of 11) sorted by relevance
151 USART_ConfigStruct.wordLength = USART_WORD_LEN_9B; in apm32_uart_configure()153 USART_ConfigStruct.wordLength = USART_WORD_LEN_8B; in apm32_uart_configure()156 USART_ConfigStruct.wordLength = USART_WORD_LEN_9B; in apm32_uart_configure()159 USART_ConfigStruct.wordLength = USART_WORD_LEN_8B; in apm32_uart_configure()
99 (uint32_t)usartConfig->wordLength; in USART_Config()139 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
89 (uint32_t)usartConfig->wordLength; in USART_Config()129 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
113 usart->CTRL1_B.DBLCFG = usartConfig->wordLength; in USART_Config()165 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
221 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
220 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
146 (uint32_t)configStruct->wordLength; in USART_Config()192 configStruct->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
337 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
Completed in 21 milliseconds