Home
last modified time | relevance | path

Searched refs:uart1 (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/bsp/bm3803/drivers/
A Duart.c138 struct bm3803_uart uart1 = variable
161 rt_hw_interrupt_install(uart1.irq, bm3803_uart_isr, &serial1, "uart1"); in rt_hw_serial_init()
162 rt_hw_interrupt_mask(uart1.irq); in rt_hw_serial_init()
166 &uart1); in rt_hw_serial_init()
/bsp/synopsys/boards/drivers/
A Drt_board.c124 static struct rt_serial_device uart1; variable
135 rt_hw_serial_isr((struct rt_serial_device*)&uart1, RT_SERIAL_EVENT_RX_IND); in uart1_isr()
166 uart1.ops = &uart_ops; in rt_hw_uart_init()
167 uart1.config = config; in rt_hw_uart_init()
214 rt_hw_serial_register(&uart1, "uart1", in rt_hw_uart_init()
268 struct rt_serial_device *console_uart = &uart1;
/bsp/beaglebone/drivers/
A Duart.c178 struct am33xx_uart uart1 = variable
396 UART_IER_REG(uart1.base) = 0x01; in rt_hw_serial_init()
398 rt_hw_interrupt_install(uart1.irq, am33xx_uart_isr, &serial1, "uart1"); in rt_hw_serial_init()
399 rt_hw_interrupt_control(uart1.irq, 0, 0); in rt_hw_serial_init()
400 rt_hw_interrupt_mask(uart1.irq); in rt_hw_serial_init()
404 &uart1); in rt_hw_serial_init()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c351 struct hw_uart_device *uart1; in rt_hw_uart_init() local
352 uart1 = &_uart1_device; in rt_hw_uart_init()
357 uart1->hw_base = (size_t)rt_ioremap((void*)AUX_BASE, 0x1000); in rt_hw_uart_init()
362 uart1); in rt_hw_uart_init()
363 rt_hw_interrupt_install(uart1->irqno, rt_hw_aux_uart_isr, &_serial1, "uart1"); in rt_hw_uart_init()
/bsp/yichip/yc3121-pos/drivers/
A Ddrv_uart.c144 static struct yc3121_uart uart1; variable
152 if (UART_GetITIdentity(uart1.uart) == UART_IT_RX) in UART1_IRQHandler()
182 uart = &uart1; in rt_hw_uart_init()
/bsp/yichip/yc3122-pos/drivers/
A Ddrv_uart.c144 static struct yc3122_uart uart1; variable
152 if (UART_GetITIdentity(uart1.uart) == UART_IT_RX) in UART1_IRQHandler()
182 uart = &uart1; in rt_hw_uart_init()
/bsp/wch/risc-v/ch32v208w-r0/applications/arduino_pinout/
A DREADME.md24 | 0 (D0) | PA9 | 是 | Serial2-TX,默认被RT-Thread的UART设备框架uart1接管 |
25 | 1 (D1) | PB0 | 是 | Serial2-RX,默认被RT-Thread的UART设备框架uart1接管 |
63 本BSP通过 `Serial.` 方法调用 `uart1` 串口设备。详见[例程](https://github.com/RTduino/RTduino/blob/master/examples/B…
/bsp/wch/risc-v/ch32v307v-r1/applications/arduino_pinout/
A DREADME_zh.md25 | 0 (D0) | PA10 | 是 | Serial-Rx,默认被RT-Thread的UART设备框架uart1接管 |
26 | 1 (D1) | PA9 | 是 | Serial-Tx,默认被RT-Thread的UART设备框架uart1接管 |
64 本BSP通过 `Serial.` 方法调用 `uart1` 串口设备。详见[例程](https://github.com/RTduino/RTduino/blob/master/examples/B…
/bsp/tae32f5300/drivers/
A Ddrv_uart.c142 static struct tae32_uart uart1; variable
147 uart = &uart1; in UART1_IRQHandler()
183 uart = &uart1; in rt_hw_uart_init()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c318 struct hw_uart_device *uart1; in rt_hw_uart_init() local
319 uart1 = &_uart1_device; in rt_hw_uart_init()
327 uart1); in rt_hw_uart_init()
328 rt_hw_interrupt_install(uart1->irqno, rt_hw_aux_uart_isr, &_serial1, "uart1"); in rt_hw_uart_init()
/bsp/mm32f526x/drivers/
A Ddrv_uart.c108 static struct mm32_uart uart1; variable
113 uart = &uart1; in UART1_IRQHandler()
188 uart = &uart1; in rt_hw_uart_init()
/bsp/mm32f103x/drivers/
A Ddrv_uart.c116 static struct mm32_uart uart1; variable
121 uart = &uart1; in UART1_IRQHandler()
216 uart = &uart1; in rt_hw_uart_init()
/bsp/at91/at91sam9g45/drivers/
A Dusart.c193 struct at91_uart uart1 = { variable
328 &uart1); in rt_hw_uart_init()
329 rt_hw_interrupt_install(uart1.irq, rt_at91_usart_handler, in rt_hw_uart_init()
331 rt_hw_interrupt_umask(uart1.irq); in rt_hw_uart_init()
/bsp/mm32l3xx/drivers/
A Ddrv_uart.c116 static struct mm32_uart uart1; variable
121 uart = &uart1; in UART1_IRQHandler()
221 uart = &uart1; in rt_hw_uart_init()
/bsp/mm32f327x/drivers/
A Ddrv_uart.c122 static struct mm32_uart uart1; variable
127 uart = &uart1; in UART1_IRQHandler()
225 uart = &uart1; in rt_hw_uart_init()
/bsp/tkm32F499/drivers/
A Ddrv_uart.c120 static struct tkm32_uart uart1; variable
125 uart = &uart1; in UART1_IRQHandler()
223 uart = &uart1; in rt_hw_uart_init()
/bsp/mm32l07x/drivers/
A Ddrv_uart.c119 static struct mm32_uart uart1; variable
124 uart = &uart1; in UART1_IRQHandler()
217 uart = &uart1; in rt_hw_uart_init()
/bsp/stm32/stm32h503-st-nucleo/applications/
A Dstm32h503-st-nucleo-rtduino.rdpg16 "name": "uart1",
28 "name": "uart1",
288 "serial2": "uart1",
/bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout/
A DREADME_zh.md45 | 18 (D18) | PA10 | 是 | Serial-Rx,默认被RT-Thread的UART设备框架uart1接管 …
46 | 19 (D19) | PA9 | 是 | Serial-Tx,默认被RT-Thread的UART设备框架uart1接管 …
78 默认支持通过 `Serial.` 方法调用 `uart1` 串口设备;通过 `Serial2.` 方法调用 `uart2` 串口设备;通过 `Serial3.` 方法调用 `uart3` 串口设备。…
/bsp/at91/at91sam9260/drivers/
A Dusart.c237 struct at91_uart uart1 = { variable
368 &uart1); in rt_hw_uart_init()
369 rt_hw_interrupt_install(uart1.irq, rt_at91_usart_handler, in rt_hw_uart_init()
371 rt_hw_interrupt_umask(uart1.irq); in rt_hw_uart_init()
/bsp/stm32/stm32u575-st-nucleo/applications/arduino_pinout/
A DREADME.md25 | 0 (D0) | PG8 | 是 | Serial-Rx,被RT-Thread的UART设备框架uart1接管 |
26 | 1 (D1) | PG7 | 是 | Serial-Tx,被RT-Thread的UART设备框架uart1接管 |
/bsp/stm32/stm32h503-st-nucleo/applications/arduino_pinout/
A DREADME.md23 | 0 (D0) | GET_PIN(B, 15) | 是 | Serial2-RX,默认被RT-Thread的UART设备框架uart1接管 |
24 | 1 (D1) | GET_PIN(B, 14) | 是 | Serial2-TX,默认被RT-Thread的UART设备框架uart1接管 |
/bsp/cvitek/cv18xx_aarch64/board/
A DKconfig46 string "uart1 rx pin name"
49 string "uart1 tx pin name"
/bsp/loongson/ls1cdev/drivers/
A Ddrv_uart.c138 struct rt_uart_ls1c uart1 = variable
182 uart = &uart1; in rt_hw_uart_init()
/bsp/avr32/at32uc3b0256/
A DKconfig88 prompt "uart1 tx pin number (GP)"
105 prompt "uart1 rx pin number (GP)"

Completed in 45 milliseconds

12345678910>>...12