Home
last modified time | relevance | path

Searched refs:USART3 (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/bsp/stm32/libraries/HAL_Drivers/drivers/config/g0/
A Duart_config.h136 .Instance = USART3, \
143 .Instance = USART3, \
150 .Instance = USART3, \
157 .Instance = USART3, \
164 .Instance = USART3, \
/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c141 USART_Init(USART3, &USART_InitStructure); in USART_Printf_Init()
142 USART_Cmd(USART3, ENABLE); in USART_Printf_Init()
170 while(USART_GetFlagStatus(USART3, USART_FLAG_TC) == RESET); in _write()
171 USART_SendData(USART3, *buf++); in _write()
/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/
A Duart_serial.h250 # ifdef USART3 in usart_serial_init()
251 if (USART3 == p_usart) { in usart_serial_init()
445 # ifdef USART3 in usart_serial_putchar()
446 if (USART3 == p_usart) { in usart_serial_putchar()
545 # ifdef USART3 in usart_serial_getchar()
546 if (USART3 == p_usart) { in usart_serial_getchar()
637 # ifdef USART3 in usart_serial_is_rx_ready()
638 if (USART3 == p_usart) { in usart_serial_is_rx_ready()
/bsp/airm2m/air105/libraries/rt_drivers/config/air105/
A Duart_config.h24 #define USART3 3 macro
61 .id = USART3, \
/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c88 if(huart->Instance==USART3) in HAL_UART_MspInit()
123 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f207-st-nucleo/board/CubeMX_Config/Core/Src/
A Dstm32f2xx_hal_msp.c89 if(huart->Instance==USART3) in HAL_UART_MspInit()
124 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32h723-st-nucleo/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c90 if(huart->Instance==USART3) in HAL_UART_MspInit()
136 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32l4r5-st-nucleo/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c114 else if(huart->Instance==USART3) in HAL_UART_MspInit()
167 else if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f207-st-nucleo/board/CubeMX_Config/
A DCubeMX_Config.ioc9 Mcu.IP3=USART3
70 …false-HAL-true,2-SystemClock_Config-RCC-false-HAL-false,3-MX_USART3_UART_Init-USART3-false-HAL-true
102 USART3.IPParameters=VirtualMode
103 USART3.VirtualMode=VM_ASYNC
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c31 #ifdef USART3 in rt_hw_console_init()
34 console_uart.Instance = USART3; in rt_hw_console_init()
/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/
A Dstm32g4xx_hal_msp.c165 else if(huart->Instance==USART3) in HAL_UART_MspInit()
254 else if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f103-onenet-nbiot/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c174 else if(huart->Instance==USART3) in HAL_UART_MspInit()
266 else if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_usart.c36 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (UART4) || defined (UART5)
148 else if (USARTx == USART3) in LL_USART_DeInit()
255 else if (USARTx == USART3) in LL_USART_Init()
/bsp/stm32/libraries/templates/stm32f3xx/board/CubeMX_Config/Src/
A Dstm32f3xx_hal_msp.c213 if(huart->Instance==USART3) in HAL_UART_MspInit()
284 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32f302-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f3xx_hal_msp.c213 if(huart->Instance==USART3) in HAL_UART_MspInit()
284 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32h723-st-nucleo/board/CubeMX_Config/
A DCubeMX_Config.ioc17 Mcu.IP5=USART3
85 …false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_USART3_UART_Init-USART3-false-HAL-true,0-M…
151 USART3.IPParameters=VirtualMode-Asynchronous
152 USART3.VirtualMode-Asynchronous=VM_ASYNC
/bsp/stm32/stm32l4r9-st-eval/
A DREADME.md39 | 板载 ST-LINK 转串口 | 支持 | PB10 PB11 USART3 |
45 | UART | 支持 | USART3 |
/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/
A Dusart_spi.c91 #ifdef USART3 in usart_spi_init()
92 else if(p_usart == USART3) { in usart_spi_init()
/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f7xx_hal_msp.c222 if(huart->Instance==USART3) in HAL_UART_MspInit()
259 if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/stm32/stm32l4r5-st-nucleo/board/CubeMX_Config/
A DSTM32L4R5ZITx.ioc9 Mcu.IP4=USART3
172 USART3.BaudRate=9600
173 USART3.IPParameters=VirtualMode-Asynchronous,BaudRate
174 USART3.VirtualMode-Asynchronous=VM_ASYNC
/bsp/stm32/stm32f469-st-disco/
A DREADME_zh.md50 | USART | 支持 | USART3 |
125 - 在 STM32CubeMX 软件中配置 USART3 时候,引脚要映射为 PB10 和 PB11。
/bsp/stm32/stm32f103-keysking-learning/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c419 else if(huart->Instance==USART3) in HAL_UART_MspInit()
475 else if(huart->Instance==USART3) in HAL_UART_MspDeInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h87 ((PERIPH) == USART3) || \
93 ((PERIPH) == USART3))
97 ((PERIPH) == USART3) || \
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_usart.h117 …(((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3) || ((PERIPH) == UART4) || ((…
119 … IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3))
122 (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3) || ((PERIPH) == UART4))
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_usart.h117 …(((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3) || ((PERIPH) == UART4) …
120 … IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3))
123 (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == USART3) || ((PERIPH) == UART4))

Completed in 41 milliseconds

12345678910>>...13