| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_usart.c | 93 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 D | drv_uart_ch32f10x.c | 94 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 D | drv_uart_ch32f20x.c | 134 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 D | drv_usart.c | 167 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 D | drv_usart.c | 183 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 D | drv_usart.c | 241 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 D | drv_usart_v2.c | 293 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 D | ht32f1xxxx_usart.c | 163 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 D | ht32_retarget.c | 132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_usart.c | 162 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 D | ht32_retarget.c | 132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_usart.c | 166 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 D | ft32f0xx_usart.c | 84 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 D | ch32f10x_usart.c | 120 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 D | ch32f20x_usart.c | 119 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 D | ch32v10x_usart.c | 128 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 D | debug.c | 127 USART_InitStructure.USART_StopBits = USART_StopBits_1; in USART_Printf_Init()
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 137 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 D | ch32f10x_usart.h | 30 uint16_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 30 uint16_t USART_StopBits; /* Specifies the number of stop bits transmitted. member
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 31 uint16_t USART_StopBits; /* Specifies the number of stop bits transmitted. member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_usart.c | 177 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 D | air32f10x_usart.h | 38 uint16_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 47 uint32_t USART_StopBits; /*!< Specifies the number of stop bits transmitted. member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usart.h | 57 u16 USART_StopBits; member
|