| /bsp/loongson/ls2kdev/drivers/ |
| A D | drv_uart.c | 155 struct rt_serial_device serial, serial4; variable 178 serial4.ops = &ls2k_uart_ops; in rt_hw_uart_init() 179 serial4.config = config; in rt_hw_uart_init() 180 rt_hw_interrupt_install(uart4->IRQ, uart_irq_handler, &serial4, "UART4"); in rt_hw_uart_init() 181 rt_hw_serial_register(&serial4, in rt_hw_uart_init()
|
| /bsp/asm9260t/drivers/ |
| A D | usart.c | 146 static struct rt_serial_device serial4; variable 222 asm_serial_config_set_default(&serial4); in rt_hw_uart_init() 225 rt_hw_serial_register(&serial4, "uart4", DRV_REG_OPS, &uart4); in rt_hw_uart_init() 227 (void *)&(serial4.parent), "UART4"); in rt_hw_uart_init()
|
| /bsp/beaglebone/drivers/ |
| A D | uart.c | 210 struct rt_serial_device serial4; variable 441 serial4.ops = &am33xx_uart_ops; in rt_hw_serial_init() 442 serial4.config = config; in rt_hw_serial_init() 446 rt_hw_interrupt_install(uart4.irq, am33xx_uart_isr, &serial4, "uart4"); in rt_hw_serial_init() 450 rt_hw_serial_register(&serial4, "uart4", in rt_hw_serial_init()
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_uart.c | 48 struct rt_serial_device serial4; variable 52 uart_isr(&serial4); /* Serial interrupt handling function */ in LP_FLEXCOMM4_IRQHandler() 90 &serial4,
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_usart.c | 417 struct rt_serial_device serial4; variable 424 uart_isr(&serial4); in UART4_IRQHandler() 435 dma_rx_done_isr(&serial4); in DMA2_Channel3_IRQHandler() 658 serial4.ops = &n32_uart_ops; in rt_hw_usart_init() 659 serial4.config = config; in rt_hw_usart_init() 662 rt_hw_serial_register(&serial4, "uart4", in rt_hw_usart_init()
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_usart.c | 95 struct rt_serial_device serial4; variable 102 uart_isr(&serial4); in UART4_IRQHandler() 166 &serial4,
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_usart.c | 95 struct rt_serial_device serial4; variable 102 uart_isr(&serial4); in UART4_IRQHandler() 166 &serial4,
|
| /bsp/essemi/es32f0654/drivers/ |
| A D | drv_uart.c | 151 struct rt_serial_device serial4; variable 160 rt_hw_serial_isr(&serial4, RT_SERIAL_EVENT_RX_IND); in USART0_Handler() 555 serial4.ops = &es32f0x_uart_ops; in rt_hw_uart_init() 556 serial4.config = (struct serial_configure)ES_USART0_CONFIG; in rt_hw_uart_init() 559 rt_hw_serial_register(&serial4, ES_DEVICE_NAME_USART0, in rt_hw_uart_init()
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_uart.c | 91 struct rt_serial_device serial4; variable 95 uart_isr(&serial4); in FLEXCOMM4_IRQHandler() 177 &serial4,
|
| /bsp/gd32/risc-v/libraries/gd32_drivers/ |
| A D | drv_usart.c | 93 struct rt_serial_device serial4; variable 100 GD32_UART_IRQHandler(&serial4); in UART4_IRQHandler() 211 &serial4,
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_uart.c | 81 struct rt_serial_device serial4; variable 84 hpm_uart_isr(&serial4); in uart4_isr() 235 &serial4,
|
| A D | drv_uart_v2.c | 141 struct rt_serial_device serial4; variable 144 hpm_uart_isr(&serial4); in uart4_isr() 316 &serial4,
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_usart.c | 113 struct rt_serial_device serial4; variable 120 uart_isr(&serial4); in UART4_IRQHandler() 220 &serial4, 306 &serial4,
|
| /bsp/essemi/es32vf2264/drivers/ |
| A D | drv_uart.c | 269 struct rt_serial_device serial4; variable 274 &serial4, 756 serial4.ops = &es32f3x_uart_ops; in rt_hw_uart_init() 757 serial4.config = (struct serial_configure)ES_CUART2_CONFIG; in rt_hw_uart_init() 760 rt_hw_serial_register(&serial4, ES_DEVICE_NAME_CUART2, in rt_hw_uart_init()
|
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_uart.c | 291 struct rt_serial_device serial4; variable 296 &serial4, 832 serial4.ops = &es32f3x_uart_ops; in rt_hw_uart_init() 833 serial4.config = (struct serial_configure)ES_UART4_CONFIG; in rt_hw_uart_init() 836 rt_hw_serial_register(&serial4, ES_DEVICE_NAME_UART4, in rt_hw_uart_init()
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_usart.c | 92 struct rt_serial_device serial4; variable 99 GD32_UART_IRQHandler(&serial4); in UART4_IRQHandler() 280 &serial4,
|
| /bsp/fujitsu/mb9x/mb9bf506r/drivers/ |
| A D | fm3_uart.c | 105 struct rt_serial_device serial4; variable 111 rt_hw_serial_isr(&serial4, RT_SERIAL_EVENT_RX_IND); in MFS4RX_IRQHandler() 863 serial4.ops = &uart47_ops; in rt_hw_serial_init() 864 serial4.config = config; in rt_hw_serial_init() 867 rt_hw_serial_register(&serial4, in rt_hw_serial_init()
|
| /bsp/loongson/ls1bdev/drivers/ |
| A D | drv_uart.c | 164 struct rt_serial_device serial4; variable
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 431 struct rt_serial_device serial4; variable 1045 uart_init("uart4", &uart4, &serial4); in rt_hw_uart_init()
|
| /bsp/rockchip/common/drivers/ |
| A D | drv_uart.c | 148 &serial4,
|