Home
last modified time | relevance | path

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

12

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_usart.c82 assert_param(IS_USART_BAUDRATE(USART_InitStruct->USART_BaudRate)); in USART_Init()
148 divider = (uint32_t)((2 * apbclock) / (USART_InitStruct->USART_BaudRate)); in USART_Init()
149 tmpreg = (uint32_t)((2 * apbclock) % (USART_InitStruct->USART_BaudRate)); in USART_Init()
154 divider = (uint32_t)((apbclock) / (USART_InitStruct->USART_BaudRate)); in USART_Init()
155 tmpreg = (uint32_t)((apbclock) % (USART_InitStruct->USART_BaudRate)); in USART_Init()
159 if (tmpreg >= (USART_InitStruct->USART_BaudRate) / 2) in USART_Init()
187 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_usart.c175 assert_param(IS_USART_BAUDRATE(USART_InitStruct->USART_BaudRate)); in USART_Init()
245 divider = (uint32_t)((2 * apbclock) / (USART_InitStruct->USART_BaudRate)); in USART_Init()
246 tmpreg = (uint32_t)((2 * apbclock) % (USART_InitStruct->USART_BaudRate)); in USART_Init()
251 divider = (uint32_t)((apbclock) / (USART_InitStruct->USART_BaudRate)); in USART_Init()
252 tmpreg = (uint32_t)((apbclock) % (USART_InitStruct->USART_BaudRate)); in USART_Init()
256 if (tmpreg >= (USART_InitStruct->USART_BaudRate) / 2) in USART_Init()
284 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget.c127 USART_InitStructure.USART_BaudRate = RETARGET_UxART_BAUDRATE; in RETARGET_Configuration()
129 USART_InitStructure.USART_BaudRate = 115200; in RETARGET_Configuration()
A Dht32f5xxxx_usart.c160 Assert_Param(IS_USART_BAUDRATE(USART_InitStruct->USART_BaudRate)); in USART_Init()
214 USARTx->DLR = uIPClock / (u32)USART_InitStruct->USART_BaudRate; in USART_Init()
225 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget.c127 USART_InitStructure.USART_BaudRate = RETARGET_UxART_BAUDRATE; in RETARGET_Configuration()
129 USART_InitStructure.USART_BaudRate = 115200; in RETARGET_Configuration()
A Dht32f1xxxx_usart.c161 Assert_Param(IS_USART_BAUDRATE(USART_InitStruct->USART_BaudRate)); in USART_Init()
204 USARTx->DLR = uIPClock / (u32)USART_InitStruct->USART_BaudRate; in USART_Init()
215 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_usart.c164 assert_param(IS_USART_BAUDRATE(USART_InitStruct->USART_BaudRate)); in USART_Init()
228 integerdivider = ( (25 * apbclock)/ (2 * (USART_InitStruct->USART_BaudRate/100))); in USART_Init()
233 integerdivider = ( (25 * apbclock) / (4 * (USART_InitStruct->USART_BaudRate/100))); in USART_Init()
264 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c147 integerdivider = ((25 * apbclock) / (2 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
151 integerdivider = ((25 * apbclock) / (4 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
178 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c146 integerdivider = ((25 * apbclock) / (2 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
150 integerdivider = ((25 * apbclock) / (4 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
177 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c155 integerdivider = ((25 * apbclock) / (2 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
159 integerdivider = ((25 * apbclock) / (4 * (USART_InitStruct->USART_BaudRate))); in USART_Init()
189 USART_InitStruct->USART_BaudRate = 9600; in USART_StructInit()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c125 USART_InitStructure.USART_BaudRate = baudrate; in USART_Printf_Init()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h22 uint32_t USART_BaudRate; /*!< This member configures the USART communication baud rate. member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h22 uint32_t USART_BaudRate; /* This member configures the USART communication baud rate. member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h23 uint32_t USART_BaudRate; /* This member configures the USART communication baud rate. member
/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c72 USART_InitStructure.USART_BaudRate = cfg->baud_rate; in hk32_configure()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c73 USART_InitStructure.USART_BaudRate = cfg->baud_rate; in ch32f1_usart_configure()
A Ddrv_uart_ch32f20x.c113 USART_InitStructure.USART_BaudRate = cfg->baud_rate; in ch32f2_usart_configure()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c144 USART_InitStructure.USART_BaudRate = (cfg->baud_rate); in ht32_configure()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h30 uint32_t USART_BaudRate; /*!< This member configures the USART communication baud rate. member
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c147 uart->Init.USART_BaudRate = cfg->baud_rate; in air32_configure()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart.c221 uart->Init.USART_BaudRate = cfg->baud_rate; in ch32_configure()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h39 uint32_t USART_BaudRate; /*!< This member configures the USART communication baud rate. member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h55 u32 USART_BaudRate; member
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h57 u32 USART_BaudRate; member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_usart.h38 uint32_t USART_BaudRate; /*!< This member configures the USART communication baud rate. member

Completed in 44 milliseconds

12