Home
last modified time | relevance | path

Searched refs:uart3 (Results 1 – 25 of 70) sorted by relevance

123

/bsp/synopsys/boards/drivers/
A Drt_board.c126 static struct rt_serial_device uart3; variable
145 rt_hw_serial_isr((struct rt_serial_device*)&uart3, RT_SERIAL_EVENT_RX_IND); in uart3_isr()
172 uart3.ops = &uart_ops; in rt_hw_uart_init()
173 uart3.config = config; in rt_hw_uart_init()
258 rt_hw_serial_register(&uart3, "uart3", in rt_hw_uart_init()
277 struct rt_serial_device *console_uart = &uart3;
/bsp/asm9260t/drivers/
A Dusart.c138 asm_uart_t uart3 = variable
214 rt_hw_serial_register(&serial3, "uart3", DRV_REG_OPS, &uart3); in rt_hw_uart_init()
215 rt_hw_interrupt_install(uart3.irq, rt_asm_usart_handler, in rt_hw_uart_init()
217 rt_hw_interrupt_umask(uart3.irq); in rt_hw_uart_init()
/bsp/beaglebone/drivers/
A Duart.c196 struct am33xx_uart uart3 = variable
426 UART_IER_REG(uart3.base) = 0x01; in rt_hw_serial_init()
428 rt_hw_interrupt_install(uart3.irq, am33xx_uart_isr, &serial3, "uart3"); in rt_hw_serial_init()
429 rt_hw_interrupt_control(uart3.irq, 0, 0); in rt_hw_serial_init()
430 rt_hw_interrupt_mask(uart3.irq); in rt_hw_serial_init()
434 &uart3); in rt_hw_serial_init()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c367 struct hw_uart_device *uart3; in rt_hw_uart_init() local
368 uart3 = &_uart3_device; in rt_hw_uart_init()
374 uart3->hw_base = uart3_addr; in rt_hw_uart_init()
379 uart3); in rt_hw_uart_init()
380 rt_hw_interrupt_install(uart3->irqno, rt_hw_uart_isr, &_serial3, "uart3"); in rt_hw_uart_init()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c332 struct hw_uart_device *uart3; in rt_hw_uart_init() local
333 uart3 = &_uart3_device; in rt_hw_uart_init()
341 uart3); in rt_hw_uart_init()
342 rt_hw_interrupt_install(uart3->irqno, rt_hw_uart_isr, &_serial3, "uart3"); in rt_hw_uart_init()
/bsp/mm32f526x/drivers/
A Ddrv_uart.c158 static struct mm32_uart uart3; variable
163 uart = &uart3; in UART3_IRQHandler()
218 uart = &uart3; in rt_hw_uart_init()
/bsp/stm32/stm32f469-st-disco/applications/arduino_pinout/
A DREADME_zh.md27 | 0 (D0) | PG9 | 是 | Serial-Rx,默认被RT-Thread的UART设备框架uart3接管 |
28 | 1 (D1) | PG14 | 是 | Serial-Tx,默认被RT-Thread的UART设备框架uart3接管 |
77 本BSP通过 `Serial.` 方法调用 `uart3` 串口设备。详见[例程](https://github.com/RTduino/RTduino/blob/master/examples/B…
/bsp/stm32/stm32f412-st-nucleo/applications/arduino_pinout/
A DREADME_zh.md25 | 0 (D0) | PG9 | 是 | Serial-Rx,默认被RT-Thread的UART设备框架uart3接管 |
26 | 1 (D1) | PG14 | 是 | Serial-Tx,默认被RT-Thread的UART设备框架uart3接管 |
75 本BSP通过 `Serial.` 方法调用 `uart3` 串口设备。详见[例程](https://github.com/RTduino/RTduino/blob/master/examples/B…
/bsp/stm32/stm32l431-BearPi/applications/arduino_pinout/
A DREADME.md35 | 10 (D10) | PC4 | 是 | Serial3-Tx,默认被RT-Thread的UART设备框架uart3接管 |
36 | 11 (D11) | PC5 | 是 | Serial3-Rx,默认被RT-Thread的UART设备框架uart3接管 |
/bsp/at91/at91sam9g45/drivers/
A Dusart.c209 struct at91_uart uart3 = { variable
366 &uart3); in rt_hw_uart_init()
367 rt_hw_interrupt_install(uart3.irq, rt_at91_usart_handler, in rt_hw_uart_init()
369 rt_hw_interrupt_umask(uart3.irq); in rt_hw_uart_init()
/bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout/
A DREADME_zh.md49 | 22 (D22) | PB10 | 是 | Serial3-Tx,默认被RT-Thread的UART设备框架uart3接管 …
50 | 23 (D23) | PB11 | 是 | Serial3-Rx,默认被RT-Thread的UART设备框架uart3接管 …
78 默认支持通过 `Serial.` 方法调用 `uart1` 串口设备;通过 `Serial2.` 方法调用 `uart2` 串口设备;通过 `Serial3.` 方法调用 `uart3` 串口设备。…
/bsp/at91/at91sam9260/drivers/
A Dusart.c253 struct at91_uart uart3 = { variable
406 &uart3); in rt_hw_uart_init()
407 rt_hw_interrupt_install(uart3.irq, rt_at91_usart_handler, in rt_hw_uart_init()
409 rt_hw_interrupt_umask(uart3.irq); in rt_hw_uart_init()
/bsp/cvitek/cv18xx_aarch64/board/
A DKconfig72 string "uart3 rx pin name"
75 string "uart3 tx pin name"
/bsp/loongson/ls1cdev/drivers/
A Ddrv_uart.c147 struct rt_uart_ls1c uart3 = variable
203 uart = &uart3; in rt_hw_uart_init()
/bsp/Infineon/libraries/HAL_Drivers/
A Duart_config.h196 .userIsr = uart_isr_callback(uart3), \
206 .userIsr = uart_isr_callback(uart3), \
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A DKconfig33 bool "support uart3 device"
/bsp/Infineon/libraries/templates/XMC7200D/board/
A DKconfig19 bool "Enable USB TO USART (uart3)"
/bsp/Infineon/xmc7200-kit_xmc7200_evk/board/
A DKconfig13 bool "Enable USB TO USART (uart3)"
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_uart.c154 struct lpc_uart uart3 = variable
278 uart = &uart3; in rt_hw_uart_init()
/bsp/essemi/es32f0654/drivers/
A Ddrv_uart.c121 struct es32_uart uart3 = variable
330 if(uart == (&uart3)) in es32f0x_configure()
543 uart = &uart3; in rt_hw_uart_init()
/bsp/essemi/es32vf2264/drivers/
A Ddrv_uart.c246 struct es32_uart uart3 = variable
261 uart_int_handler(&uart3); in CUART1_Handler()
367 if (uart == (&uart3)) in es32f3x_configure()
743 uart = &uart3; in rt_hw_uart_init()
/bsp/essemi/es32f369x/drivers/
A Ddrv_uart.c268 struct es32_uart uart3 = variable
283 uart_int_handler(&uart3); in UART3_Handler()
420 if (uart == (&uart3)) in es32f3x_configure()
819 uart = &uart3; in rt_hw_uart_init()
/bsp/k210/drivers/
A DKconfig52 int "uart3 TXD pin number"
55 int "uart3 RXD pin number"
/bsp/Vango/v85xxp/
A DKconfig42 bool "using uart3"
/bsp/stm32/stm32f767-st-nucleo/board/
A DKconfig6 bool "Enable USB TO USART (uart3)"

Completed in 42 milliseconds

123