Home
last modified time | relevance | path

Searched refs:USART_WordLength (Results 1 – 25 of 27) sorted by relevance

12

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c150 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_7B; in ht32_configure()
153 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_8B; in ht32_configure()
156 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_9B; in ht32_configure()
159 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_8B; in ht32_configure()
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c168 uart->Init.USART_WordLength = USART_WordLength_9b; in air32_configure()
170 uart->Init.USART_WordLength = USART_WordLength_8b; in air32_configure()
173 uart->Init.USART_WordLength = USART_WordLength_9b; in air32_configure()
176 uart->Init.USART_WordLength = USART_WordLength_8b; in air32_configure()
/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c79 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in hk32_configure()
83 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in hk32_configure()
86 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in hk32_configure()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c80 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f1_usart_configure()
84 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in ch32f1_usart_configure()
87 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f1_usart_configure()
A Ddrv_uart_ch32f20x.c120 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f2_usart_configure()
124 USART_InitStructure.USART_WordLength = USART_WordLength_9b; in ch32f2_usart_configure()
127 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in ch32f2_usart_configure()
/bsp/ft32/libraries/Drivers/
A Ddrv_usart.c122 uart->Init.USART_WordLength = USART_WordLength_9b; in ft32_configure()
124 uart->Init.USART_WordLength = USART_WordLength_8b; in ft32_configure()
127 uart->Init.USART_WordLength = USART_WordLength_9b; in ft32_configure()
130 uart->Init.USART_WordLength = USART_WordLength_8b; in ft32_configure()
300 …ch = uart->config->Instance->RDR & ft32_uart_get_mask(uart->Init.USART_WordLength, uart->Init.USAR… in ft32_getc()
302 …ch = uart->config->Instance->DR & ft32_uart_get_mask(uart->Init.USART_WordLength, uart->Init.USART… in ft32_getc()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart.c228 uart->Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
231 uart->Init.USART_WordLength = USART_WordLength_9b; in ch32_configure()
234 uart->Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
A Ddrv_usart_v2.c278 uart->handle.Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
281 uart->handle.Init.USART_WordLength = USART_WordLength_9b; in ch32_configure()
285 uart->handle.Init.USART_WordLength = USART_WordLength_8b; in ch32_configure()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c162 Assert_Param(IS_USART_WORD_LENGTH(USART_InitStruct->USART_WordLength)); in USART_Init()
169 USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity; in USART_Init()
174 USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
216 USART_InitStruct->USART_WordLength = USART_WORDLENGTH_8B; in USART_StructInit()
A Dht32_retarget.c131 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_8B; in RETARGET_Configuration()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c161 Assert_Param(IS_USART_WORD_LENGTH(USART_InitStruct->USART_WordLength)); in USART_Init()
167 USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
226 USART_InitStruct->USART_WordLength = USART_WORDLENGTH_8B; in USART_StructInit()
A Dht32_retarget.c131 USART_InitStructure.USART_WordLength = USART_WORDLENGTH_8B; in RETARGET_Configuration()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_usart.c165 assert_param(IS_USART_WORD_LENGTH(USART_InitStruct->USART_WordLength)); in USART_Init()
197 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
265 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_usart.c83 assert_param(IS_USART_WORD_LENGTH(USART_InitStruct->USART_WordLength)); in USART_Init()
113 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
188 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c125 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
179 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c124 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
178 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c133 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
190 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c126 USART_InitStructure.USART_WordLength = USART_WordLength_8b; in USART_Printf_Init()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h27 …uint16_t USART_WordLength; /*!< Specifies the number of data bits transmitted or received… member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h27 …uint16_t USART_WordLength; /* Specifies the number of data bits transmitted or received i… member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h28 …uint16_t USART_WordLength; /* Specifies the number of data bits transmitted or received in a frame. member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_usart.c176 assert_param(IS_USART_WORD_LENGTH(USART_InitStruct->USART_WordLength)); in USART_Init()
206 tmpreg |= (uint32_t)USART_InitStruct->USART_WordLength | USART_InitStruct->USART_Parity | in USART_Init()
285 USART_InitStruct->USART_WordLength = USART_WordLength_8b; in USART_StructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h35 …uint16_t USART_WordLength; /*!< Specifies the number of data bits transmitted or received… member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h44 …uint32_t USART_WordLength; /*!< Specifies the number of data bits transmitted or received… member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h56 u16 USART_WordLength; member

Completed in 33 milliseconds

12