Home
last modified time | relevance | path

Searched refs:USART_Init (Results 1 – 25 of 49) sorted by relevance

12

/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c133 USART_Init(USART1, &USART_InitStructure); in USART_Printf_Init()
137 USART_Init(USART2, &USART_InitStructure); in USART_Printf_Init()
141 USART_Init(USART3, &USART_InitStructure); in USART_Printf_Init()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_uart.c49 USART_Init(uart->UART, &u0_config, CLOCK_GetFreq(kCLOCK_Flexcomm0)); in lpc_configure()
/bsp/nxp/lpc/lpc54114-lite/drivers/
A Ddrv_uart.c56 USART_Init(uart->UART, &u0_config, CLOCK_GetFreq(kCLOCK_Flexcomm0)); in lpc_configure()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_io.c301 USART_Init((USART_Type *)s_debugConsoleIO.ioBase, &usart_config, clkSrcFreq); in IO_Init()
322 USART_Init((USART_Type *)s_debugConsoleIO.ioBase, &usart_config, clkSrcFreq); in IO_Init()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h150 void USART_Init(USART_TypeDef* USARTx, USART_InitTypeDef* USART_InitStruct);
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h153 void USART_Init(USART_TypeDef* USARTx, USART_InitTypeDef* USART_InitStruct);
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h152 void USART_Init(USART_TypeDef *USARTx, USART_InitTypeDef *USART_InitStruct);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget.c145 USART_Init(RETARGET_USART_PORT, &USART_InitStructure); in RETARGET_Configuration()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget.c145 USART_Init(RETARGET_USART_PORT, &USART_InitStructure); in RETARGET_Configuration()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/
A DMM32L3xx_lib_version.txt52 add content in "USART_Init()" of HAL_uart.c
/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c118 USART_Init(usart_instance->usartx, &USART_InitStructure); in hk32_configure()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_uart.c326 USART_Init(uart->uart_base, &config, CLOCK_GetFreq(uart->clock_src)); in lpc_configure()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c119 USART_Init(usart_dev->periph, &USART_InitStructure); in ch32f1_usart_configure()
A Ddrv_uart_ch32f20x.c159 USART_Init(usart_dev->periph, &USART_InitStructure); in ch32f2_usart_configure()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c196 USART_Init((usart_instance->usart_x), &USART_InitStructure); in ht32_configure()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h344 void USART_Init(USART_TypeDef* USARTx, USART_InitTypeDef* USART_InitStruct);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_usart.h355 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_usart.h356 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_usart.h355 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_usart.h356 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_usart.h355 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h356 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h356 void USART_Init(USART_Module* USARTx, USART_InitType* USART_InitStruct);
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c209 USART_Init(uart->config->Instance, &uart->Init); in air32_configure()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c105 void USART_Init(USART_TypeDef* USARTx, USART_InitTypeDef* USART_InitStruct) in USART_Init() function

Completed in 40 milliseconds

12