Home
last modified time | relevance | path

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

12

/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c93 USART_InitStructure.USART_StopBits = USART_StopBits_1; in hk32_configure()
96 USART_InitStructure.USART_StopBits = USART_StopBits_2; in hk32_configure()
99 USART_InitStructure.USART_StopBits = USART_StopBits_1; in hk32_configure()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c94 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f1_usart_configure()
97 USART_InitStructure.USART_StopBits = USART_StopBits_2; in ch32f1_usart_configure()
100 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f1_usart_configure()
A Ddrv_uart_ch32f20x.c134 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f2_usart_configure()
137 USART_InitStructure.USART_StopBits = USART_StopBits_2; in ch32f2_usart_configure()
140 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f2_usart_configure()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c167 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()
170 USART_InitStructure.USART_StopBits = USART_STOPBITS_2; in ht32_configure()
173 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c183 uart->Init.USART_StopBits = USART_StopBits_1; in air32_configure()
186 uart->Init.USART_StopBits = USART_StopBits_2; in air32_configure()
189 uart->Init.USART_StopBits = USART_StopBits_1; in air32_configure()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart.c241 uart->Init.USART_StopBits = USART_StopBits_1; in ch32_configure()
244 uart->Init.USART_StopBits = USART_StopBits_2; in ch32_configure()
247 uart->Init.USART_StopBits = USART_StopBits_1; in ch32_configure()
A Ddrv_usart_v2.c293 uart->handle.Init.USART_StopBits = USART_StopBits_1; in ch32_configure()
296 uart->handle.Init.USART_StopBits = USART_StopBits_0_5; in ch32_configure()
299 uart->handle.Init.USART_StopBits = USART_StopBits_2; in ch32_configure()
302 uart->handle.Init.USART_StopBits = USART_StopBits_1_5; in ch32_configure()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c163 Assert_Param(IS_USART_STOPBITS(USART_InitStruct->USART_StopBits)); in USART_Init()
168 USARTx->LCR = (USARTx->LCR & LCR_CLEAR_Mask) | USART_InitStruct->USART_StopBits | in USART_Init()
173 USARTx->CR = (USARTx->CR & CR_CLEAR_Mask) | USART_InitStruct->USART_StopBits | in USART_Init()
217 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()
A Dht32_retarget.c132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c162 Assert_Param(IS_USART_STOPBITS(USART_InitStruct->USART_StopBits)); in USART_Init()
166 USARTx->CR = (USARTx->CR & CR_CLEAR_Mask) | USART_InitStruct->USART_StopBits | in USART_Init()
227 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()
A Dht32_retarget.c132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_usart.c166 assert_param(IS_USART_STOPBITS(USART_InitStruct->USART_StopBits)); in USART_Init()
184 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
266 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_usart.c84 assert_param(IS_USART_STOPBITS(USART_InitStruct->USART_StopBits)); in USART_Init()
99 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
189 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c120 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
180 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c119 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
179 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c128 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
191 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c127 USART_InitStructure.USART_StopBits = USART_StopBits_1; in USART_Printf_Init()
/bsp/ft32/libraries/Drivers/
A Ddrv_usart.c137 uart->Init.USART_StopBits = USART_StopBits_1; in ft32_configure()
140 uart->Init.USART_StopBits = USART_StopBits_2; in ft32_configure()
143 uart->Init.USART_StopBits = USART_StopBits_1; in ft32_configure()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h30 uint16_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h30 uint16_t USART_StopBits; /* Specifies the number of stop bits transmitted. member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h31 uint16_t USART_StopBits; /* Specifies the number of stop bits transmitted. member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_usart.c177 assert_param(IS_USART_STOPBITS(USART_InitStruct->USART_StopBits)); in USART_Init()
192 tmpreg |= (uint32_t)USART_InitStruct->USART_StopBits; in USART_Init()
286 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h38 uint16_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h47 uint32_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h57 u16 USART_StopBits; member

Completed in 76 milliseconds

12