Home
last modified time | relevance | path

Searched refs:USART_ConfigStruct (Results 1 – 1 of 1) sorted by relevance

/bsp/apm32/libraries/Drivers/
A Ddrv_usart.c105 USART_Config_T USART_ConfigStruct; in apm32_uart_configure() local
113 USART_ConfigStruct.baudRate = cfg->baud_rate; in apm32_uart_configure()
114 USART_ConfigStruct.mode = USART_MODE_TX_RX; in apm32_uart_configure()
115 USART_ConfigStruct.parity = USART_PARITY_NONE; 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()
166 USART_ConfigStruct.stopBits = USART_STOP_BIT_1; in apm32_uart_configure()
169 USART_ConfigStruct.stopBits = USART_STOP_BIT_2; in apm32_uart_configure()
172 USART_ConfigStruct.stopBits = USART_STOP_BIT_1; in apm32_uart_configure()
179 USART_ConfigStruct.parity = USART_PARITY_NONE; in apm32_uart_configure()
[all …]

Completed in 3 milliseconds