Home
last modified time | relevance | path

Searched refs:USART1 (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c133 USART_Init(USART1, &USART_InitStructure); in USART_Printf_Init()
134 USART_Cmd(USART1, ENABLE); in USART_Printf_Init()
164 while(USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET); in _write()
165 USART_SendData(USART1, *buf++); in _write()
/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/
A Duart_serial.h202 # ifdef USART1 in usart_serial_init()
203 if (USART1 == p_usart) { in usart_serial_init()
433 # ifdef USART1 in usart_serial_putchar()
434 if (USART1 == p_usart) { in usart_serial_putchar()
533 # ifdef USART1 in usart_serial_getchar()
534 if (USART1 == p_usart) { in usart_serial_getchar()
627 # ifdef USART1 in usart_serial_is_rx_ready()
628 if (USART1 == p_usart) { in usart_serial_is_rx_ready()
/bsp/nxp/lpc/lpc824/drivers/
A Ddrv_usart.h27 #define USART1 ((LPC_USART_T *)USART1_BASE) macro
35 #define USART_BASE_PTRS { USART0, USART1, USART2 }
/bsp/airm2m/air105/libraries/rt_drivers/config/air105/
A Duart_config.h22 #define USART1 1 macro
41 .id = USART1, \
/bsp/stm32/libraries/templates/stm32wbxx/board/CubeMX_Config/Src/
A Dstm32wbxx_hal_msp.c86 if(huart->Instance==USART1) in HAL_UART_MspInit()
121 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/
A Dstm32f7xx_hal_msp.c110 if(huart->Instance==USART1) in HAL_UART_MspInit()
147 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c109 if(huart->Instance==USART1) in HAL_UART_MspInit()
144 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/CM7/Src/
A Dstm32h7xx_hal_msp.c88 if(huart->Instance==USART1) in HAL_UART_MspInit()
123 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c110 if(huart->Instance==USART1) in HAL_UART_MspInit()
147 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c110 if(huart->Instance==USART1) in HAL_UART_MspInit()
150 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c109 if(huart->Instance==USART1) in HAL_UART_MspInit()
149 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c110 if(huart->Instance==USART1) in HAL_UART_MspInit()
150 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c114 if(huart->Instance==USART1) in HAL_UART_MspInit()
154 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f103-ys-f1pro/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c93 if(huart->Instance==USART1) in HAL_UART_MspInit()
131 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32h743-openmv-h7plus/
A DREADME.md41 | USART | 支持 | USART1(PB14 TX)(PB15 RX) |
90 串口通信需要使用USB转TTL连接USART1。在终端工具里打开相应的串口(115200-8-1-N), 复位设备后,可以看到 RT-Thread 的输出信息:
103 此 BSP 默认开启了 GPIO 、 USART1、QSPI FLASH、USBCDC和CAMERA的功能,如果需使用更多高级功能,需要利用 ENV 工具对BSP 进行配置,步骤如下:
/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c114 if(huart->Instance==USART1) in HAL_UART_MspInit()
154 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dstm32u5xx_hal_msp.c88 if(huart->Instance==USART1) in HAL_UART_MspInit()
133 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32h743-armfly-v7/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c89 if(huart->Instance==USART1) in HAL_UART_MspInit()
133 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32g030-tiny-board/board/CubeMX_Config/Src/
A Dstm32g0xx_hal_msp.c91 if(huart->Instance==USART1) in HAL_UART_MspInit()
137 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/
A Dstm32f2xx_hal_msp.c89 if(huart->Instance==USART1) in HAL_UART_MspInit()
148 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32g030-tiny-board/board/CubeMX_Config/
A DCubeMX_Config.ioc13 Mcu.IP3=USART1
75 …false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_USART1_UART_Init-USART1-false-HAL-true,4-M…
99 USART1.IPParameters=VirtualMode-Asynchronous
100 USART1.VirtualMode-Asynchronous=VM_ASYNC
/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/
A Dstm32f0xx_hal_msp.c110 if(husart->Instance==USART1) in HAL_USART_MspInit()
184 if(husart->Instance==USART1) in HAL_USART_MspDeInit()
/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c93 if(huart->Instance==USART1) in HAL_UART_MspInit()
159 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c188 if(huart->Instance==USART1) in HAL_UART_MspInit()
223 if(huart->Instance==USART1) in HAL_UART_MspDeInit()
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Src/
A Dstm32wlxx_hal_msp.c116 else if(huart->Instance==USART1) in HAL_UART_MspInit()
179 else if(huart->Instance==USART1) in HAL_UART_MspDeInit()

Completed in 38 milliseconds

12345678910>>...24