Home
last modified time | relevance | path

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

/bsp/apm32/libraries/Drivers/
A Ddrv_usart.c151 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()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_usart.c99 (uint32_t)usartConfig->wordLength; in USART_Config()
139 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_usart.c99 (uint32_t)usartConfig->wordLength; in USART_Config()
139 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_usart.c89 (uint32_t)usartConfig->wordLength; in USART_Config()
129 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_usart.c113 usart->CTRL1_B.DBLCFG = usartConfig->wordLength; in USART_Config()
165 usartConfig->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_usart.h221 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usart.h220 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_usart.h220 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_usart.h220 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_usart.c146 (uint32_t)configStruct->wordLength; in USART_Config()
192 configStruct->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_usart.h337 USART_WORD_LEN_T wordLength; /*!< Specifies the word length */ member

Completed in 21 milliseconds